Skip to content

Commit

Permalink
Make sure to build with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 17, 2024
1 parent b041fcb commit 2b4879b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
triplet: x64-linux
csharp: mono
aptautoconf: sudo apt-get install -y autoconf-archive libicu-dev doctest-dev
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=ON
- plat: windows-latest
triplet: x64-windows
csharp: ''
aptautoconf: echo "Not Applicable"
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_VCPKG=ON -DWITH_TESTS=ON
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_VCPKG=ON -DWITH_TESTS=ON -DWITH_COVERAGE=OFF
- plat: macos-latest
triplet: x64-osx
csharp: mono
aptautoconf: echo "Not Applicable"
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_VCPKG=ON -DWITH_TESTS=ON
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_VCPKG=ON -DWITH_TESTS=ON -DWITH_COVERAGE=OFF
runs-on: ${{ matrix.plat }}
continue-on-error: true
env:
Expand Down

0 comments on commit 2b4879b

Please sign in to comment.