Skip to content

Commit

Permalink
Coverage Test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent b5e217b commit 7586181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov lsb-release software-properties-common wget

- name: Install CUDA Toolkit
uses: Jimver/[email protected]
with:
method: network
use-github-cache: false
use-local-cache: false
run: sudo apt-get update && sudo apt-get install -y gcc g++ git lcov

- name: Install Catch2
run: |
Expand All @@ -34,10 +27,10 @@ jobs:
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_ALL_DEP=ON \
-DUSE_CUDA=OFF \
-DUSE_OPENCL=OFF \
-DUSE_SSE=ON \
-DUSE_OPENMP=ON \
-DUSE_CUDA=ON \
-DUSE_OPENCL=ON \
-DUSE_SSE=OFF \
-DUSE_OPENMP=OFF \
-DBUILD_TESTING=ON \
-DWITH_COVERAGE=ON \
..
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
415
416

0 comments on commit 7586181

Please sign in to comment.