From 7586181a46ddff1d9d066622825164412f7fd0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Thu, 8 Feb 2024 14:58:38 +0000 Subject: [PATCH] Coverage Test 10 --- .github/workflows/coverage.yml | 17 +++++------------ niftyreg_build_version.txt | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b64b4700..507252d9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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/cuda-toolkit@v0.2.14 - 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: | @@ -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 \ .. diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 21c8d99f..1c105f1a 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -415 +416