Skip to content

Commit

Permalink
Coverage Test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 8, 2024
1 parent b30a664 commit 173affa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cmake git lcov

- name: Test OpenCL
run: clinfo

- name: Install Catch2
run: |
git clone https://github.com/catchorg/Catch2.git
Expand All @@ -28,7 +25,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_ALL_DEP=ON \
-DUSE_CUDA=ON \
-DUSE_OPENCL=ON \
-DUSE_OPENCL=OFF \
-DUSE_SSE=OFF \
-DUSE_OPENMP=OFF \
-DBUILD_TESTING=ON \
Expand All @@ -38,9 +35,6 @@ jobs:
- name: Build NiftyReg
run: cmake --build build --config Debug

- name: Test OpenCL
run: ./build/reg-apps/reg_gpuinfo

- name: Run tests
working-directory: build
run: ctest -V
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
422
423

0 comments on commit 173affa

Please sign in to comment.