Skip to content

Commit

Permalink
Merge branch 'main' into houliston/testrefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston authored Sep 16, 2023
2 parents aeb5ad9 + f08bd88 commit c3702ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Run build-wrapper
run: |
cmake -E make_directory build
cmake -S . -B build -DCMAKE_CXX_FLAGS="--coverage" -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DCI_BUILD=ON
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
cmake -S . -B build -DCMAKE_CXX_FLAGS="--coverage" -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DCI_BUILD=ON
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Debug
- name: Run tests to generate coverage statistics
timeout-minutes: 10
Expand Down

0 comments on commit c3702ea

Please sign in to comment.