Skip to content

Commit

Permalink
Linter Test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 9, 2024
1 parent 13b9f2c commit 97b4b52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
sudo apt update && sudo apt install cppcheck -y
pip3 install --upgrade setuptools urllib3 chardet pyOpenSSL pygithub
# - name: Install CUDA Toolkit
# uses: Jimver/[email protected]
# with:
# method: network
# use-github-cache: false
# use-local-cache: false
- name: Install CUDA Toolkit
uses: Jimver/[email protected]
with:
method: network
use-github-cache: false
use-local-cache: false

- name: Configure NiftyReg
run: |
Expand All @@ -27,8 +27,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_ALL_DEP=ON \
-DCHECK_GPU=OFF \
-DUSE_CUDA=OFF \
-DUSE_OPENCL=OFF \
-DUSE_CUDA=ON \
-DUSE_OPENCL=ON \
-DUSE_SSE=ON \
-DUSE_OPENMP=ON \
-DBUILD_TESTING=OFF \
Expand All @@ -43,5 +43,5 @@ jobs:
REPORT_PR_CHANGES_ONLY: false
GITHUB_TOKEN: ${{ github.token }}
run: |
cppcheck -j 4 --enable=warning,style,performance,portability --project=build/compile_commands.json --output-file=analysis.txt
cppcheck -j4 --enable=warning --project=build/compile_commands.json --output-file=analysis.txt
python3 ${{ github.workspace }}/.github/code_analysis.py -cc analysis.txt
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
430
431

0 comments on commit 97b4b52

Please sign in to comment.