Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
os: ${{ matrix.os || 'windows-2022' }}
build: ${{ matrix.build }}
cxx-standard: ${{ matrix.cxx-standard || '14' }}
cxx-compiler: ${{ matrix.cxx-compiler }}
cc-compiler: ${{ matrix.cc-compiler }}
build-type: ${{ matrix.build-type || 'Release' }}
python: ${{ matrix.python || 'ON' }}
pybind11: ${{ matrix.pybind11 || 'ON' }}
Expand Down Expand Up @@ -243,3 +245,8 @@ jobs:
BUILD_SHARED_LIBS: 'OFF'
python: 'OFF' # TODO: conan won't build boost.python w/msys2, please help find why!
IMATH_TEST_PYBIND11: 'OFF' # TODO: "import pybindimath" fails on Windows, please help find why!

- build: 11
label: clang
cxx-compiler: clang++
cc-compiler: clang