Skip to content

Commit 846f7ad

Browse files
committed
windows
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 3f6deb0 commit 846f7ad

1 file changed

Lines changed: 44 additions & 41 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 44 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -139,47 +139,47 @@ jobs:
139139
- build: 1
140140
label: Release
141141

142-
# - build: 2
143-
# label: Debug
144-
# build-type: Debug
145-
#
146-
# - build: 3
147-
# label: static
148-
# BUILD_SHARED_LIBS: 'OFF'
149-
#
150-
# - build: 4
151-
# label: pkgconfig=OFF, testing=OFF
152-
# IMATH_INSTALL_PKG_CONFIG: 'OFF'
153-
# IMATH_INSTALL_SYM_LINK: 'OFF'
154-
# BUILD_TESTING: 'OFF'
155-
# python: 'OFF'
156-
# pybind11: 'OFF'
157-
# cxx-standard: 20
158-
#
159-
# - build: 5
160-
# label: macos-15-intel
161-
# os: macos-15-intel
162-
#
163-
# - build: 6
164-
# label: macos-14
165-
# os: macos-14
166-
#
167-
# - build: 7
168-
# label: Apple Frameworks
169-
# IMATH_BUILD_APPLE_FRAMEWORKS: 'ON'
170-
# BUILD_TESTING: 'OFF'
171-
# python: 'OFF' # conan boost doesn't support iOS
172-
# pybind11: 'OFF' # iOS doesn't support CPython
173-
#
174-
# - build: 7
175-
# label: C++23
176-
# cxx-standard: 23
177-
# validate_install: 'OFF'
178-
#
179-
# - build: 8
180-
# label: C++26
181-
# cxx-standard: 26
182-
# validate_install: 'OFF'
142+
- build: 2
143+
label: Debug
144+
build-type: Debug
145+
146+
- build: 3
147+
label: static
148+
BUILD_SHARED_LIBS: 'OFF'
149+
150+
- build: 4
151+
label: pkgconfig=OFF, testing=OFF
152+
IMATH_INSTALL_PKG_CONFIG: 'OFF'
153+
IMATH_INSTALL_SYM_LINK: 'OFF'
154+
BUILD_TESTING: 'OFF'
155+
python: 'OFF'
156+
pybind11: 'OFF'
157+
cxx-standard: 20
158+
159+
- build: 5
160+
label: macos-15-intel
161+
os: macos-15-intel
162+
163+
- build: 6
164+
label: macos-14
165+
os: macos-14
166+
167+
- build: 7
168+
label: Apple Frameworks
169+
IMATH_BUILD_APPLE_FRAMEWORKS: 'ON'
170+
BUILD_TESTING: 'OFF'
171+
python: 'OFF' # conan boost doesn't support iOS
172+
pybind11: 'OFF' # iOS doesn't support CPython
173+
174+
- build: 7
175+
label: C++23
176+
cxx-standard: 23
177+
validate_install: 'OFF'
178+
179+
- build: 8
180+
label: C++26
181+
cxx-standard: 26
182+
validate_install: 'OFF'
183183

184184
windows:
185185
name: 'Windows.${{ matrix.build}}: ${{ matrix.label }}'
@@ -203,6 +203,7 @@ jobs:
203203
msystem: ${{ matrix.msystem }}
204204
validate_install: ${{ matrix.validate_install || 'ON' }}
205205
strategy:
206+
fail-fast: false
206207
matrix:
207208
include:
208209
- build: 1
@@ -270,8 +271,10 @@ jobs:
270271
label: C++23
271272
cxx-standard: 23
272273
validate_install: 'OFF'
274+
IMATH_TEST_PYBIND11: 'OFF'
273275

274276
- build: 11
275277
label: C++26
276278
cxx-standard: 26
277279
validate_install: 'OFF'
280+
IMATH_TEST_PYBIND11: 'OFF'

0 commit comments

Comments
 (0)