Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 19, 2025
1 parent 4e67579 commit f3ceb49
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,22 @@ jobs:
- build: 1
label: Release

- build: 2
label: Debug
build-type: Debug

- build: 3
label: static
BUILD_SHARED_LIBS: 'OFF'

- build: 4
label: pkgconfig=OFF, testing=OFF
IMATH_INSTALL_PKG_CONFIG: 'OFF'
BUILD_TESTING: 'OFF'

- build: 5
label: macos-13
os: macos-13
# - build: 2
# label: Debug
# build-type: Debug

# - build: 3
# label: static
# BUILD_SHARED_LIBS: 'OFF'

# - build: 4
# label: pkgconfig=OFF, testing=OFF
# IMATH_INSTALL_PKG_CONFIG: 'OFF'
# BUILD_TESTING: 'OFF'

# - build: 5
# label: macos-13
# os: macos-13

- build: 6
IMATH_BUILD_APPLE_FRAMEWORKS: 'ON'
Expand Down

0 comments on commit f3ceb49

Please sign in to comment.