Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Mar 10, 2024
1 parent a5a93b1 commit b3266fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ jobs:
- name: configure
run: |
cmake -H. -Bbuild -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=On
- name: building and testing
- name: building
run: |
ctest --build-and-test
cmake --build build --config Debug --target coverage -j4
- name: testing
run: |
cd build
ctest .
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit b3266fb

Please sign in to comment.