|
61 | 61 | strategy: |
62 | 62 | fail-fast: false |
63 | 63 | matrix: |
64 | | - # build: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
65 | | - build: [1, 2, 4, 5, 7, 8, 10, 11, 12] |
| 64 | + build: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
66 | 65 | include: |
67 | 66 | # ------------------------------------------------------------------- |
68 | 67 | # VFX CY2026 (Python 3.13) |
@@ -109,19 +108,19 @@ jobs: |
109 | 108 | # ------------------------------------------------------------------- |
110 | 109 | # VFX CY2025 (Python 3.11) |
111 | 110 | # ------------------------------------------------------------------- |
112 | | - # - build: 9 |
113 | | - # build-type: Debug |
114 | | - # build-shared: 'ON' |
115 | | - # build-docs: 'OFF' |
116 | | - # build-openfx: 'ON' |
117 | | - # use-simd: 'ON' |
118 | | - # use-oiio: 'ON' |
119 | | - # cxx-standard: 20 |
120 | | - # cxx-compiler: clang++ |
121 | | - # cc-compiler: clang |
122 | | - # compiler-desc: Clang |
123 | | - # vfx-cy: 2025 |
124 | | - # install-ext-packages: MISSING |
| 111 | + - build: 9 |
| 112 | + build-type: Debug |
| 113 | + build-shared: 'ON' |
| 114 | + build-docs: 'OFF' |
| 115 | + build-openfx: 'ON' |
| 116 | + use-simd: 'ON' |
| 117 | + use-oiio: 'ON' |
| 118 | + cxx-standard: 20 |
| 119 | + cxx-compiler: clang++ |
| 120 | + cc-compiler: clang |
| 121 | + compiler-desc: Clang |
| 122 | + vfx-cy: 2025 |
| 123 | + install-ext-packages: MISSING |
125 | 124 | - build: 8 |
126 | 125 | build-type: Release |
127 | 126 | build-shared: 'ON' |
@@ -151,19 +150,19 @@ jobs: |
151 | 150 | # ------------------------------------------------------------------- |
152 | 151 | # VFX CY2024 (Python 3.11) |
153 | 152 | # ------------------------------------------------------------------- |
154 | | - # - build: 6 |
155 | | - # build-type: Debug |
156 | | - # build-shared: 'ON' |
157 | | - # build-docs: 'OFF' |
158 | | - # build-openfx: 'ON' |
159 | | - # use-simd: 'ON' |
160 | | - # use-oiio: 'ON' |
161 | | - # cxx-standard: 20 |
162 | | - # cxx-compiler: clang++ |
163 | | - # cc-compiler: clang |
164 | | - # compiler-desc: Clang |
165 | | - # vfx-cy: 2024 |
166 | | - # install-ext-packages: MISSING |
| 153 | + - build: 6 |
| 154 | + build-type: Debug |
| 155 | + build-shared: 'ON' |
| 156 | + build-docs: 'OFF' |
| 157 | + build-openfx: 'ON' |
| 158 | + use-simd: 'ON' |
| 159 | + use-oiio: 'ON' |
| 160 | + cxx-standard: 20 |
| 161 | + cxx-compiler: clang++ |
| 162 | + cc-compiler: clang |
| 163 | + compiler-desc: Clang |
| 164 | + vfx-cy: 2024 |
| 165 | + install-ext-packages: MISSING |
167 | 166 | - build: 5 |
168 | 167 | build-type: Release |
169 | 168 | build-shared: 'ON' |
|
0 commit comments