Skip to content

Commit

Permalink
Remove RelWithDebInfo from posix-cmake-test, because it fails under m…
Browse files Browse the repository at this point in the history
…acos-14
  • Loading branch information
pdimov committed Jun 21, 2024
1 parent ca76415 commit 6624a0a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,22 +322,6 @@ jobs:
cd ../boost-root/__build_debug__
ctest --output-on-failure --no-tests=error
- name: Configure (RelWithDebInfo)
run: |
cd ../boost-root
mkdir __build_relwithdebinfo__ && cd __build_relwithdebinfo__
cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
- name: Build tests (RelWithDebInfo)
run: |
cd ../boost-root/__build_relwithdebinfo__
cmake --build . --target tests
- name: Run tests (RelWithDebInfo)
run: |
cd ../boost-root/__build_relwithdebinfo__
ctest --output-on-failure --no-tests=error
windows-cmake-subdir:
strategy:
fail-fast: false
Expand Down

0 comments on commit 6624a0a

Please sign in to comment.