mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-13 09:59:32 +01:00
Disable werror
This commit is contained in:
3
.github/workflows/mac-other-builds.yml
vendored
3
.github/workflows/mac-other-builds.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
|||||||
cmake --preset all-tests -GNinja \
|
cmake --preset all-tests -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
|
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
|
||||||
-DCMAKE_CXX_STANDARD=${{matrix.std}} \
|
-DCMAKE_CXX_STANDARD=${{matrix.std}} \
|
||||||
-DCATCH_BUILD_EXTRA_TESTS=ON
|
-DCATCH_BUILD_EXTRA_TESTS=ON \
|
||||||
|
-CATCH_ENABLE_WERROR=OFF
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build
|
run: cmake --build build
|
||||||
|
|||||||
Reference in New Issue
Block a user