Skip to content

Commit

Permalink
change cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 19, 2024
1 parent d2d4ad7 commit e482847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
cmake \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_BUILD_TYPE=TestsWithCov \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_TESTS_WITH_COV=ON \
-S .. \
-B .
cmake --build .
Expand Down

0 comments on commit e482847

Please sign in to comment.