Skip to content

Commit

Permalink
Add clang++ to posix-cmake-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 12, 2024
1 parent a1b2842 commit 4e70d7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ jobs:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-24.04
- os: ubuntu-latest
opts: -DCMAKE_CC_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
- os: macos-13
- os: macos-14
- os: macos-15
Expand Down Expand Up @@ -507,7 +509,7 @@ jobs:
run: |
cd ../boost-root
mkdir __build__ && cd __build__
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON ..
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON ${{matrix.opts}} ..
- name: Build tests
run: |
Expand Down

0 comments on commit 4e70d7b

Please sign in to comment.