From 5c3ef6d69e80b2b4781fa8ae3b284d12c4d4d76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Fri, 9 Feb 2024 18:12:27 +0000 Subject: [PATCH] Linter Test 4 --- .github/workflows/analysis.yml | 62 +++++++++++++--------------------- niftyreg_build_version.txt | 2 +- 2 files changed, 25 insertions(+), 39 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index fd2b5459..3db2d060 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -6,43 +6,29 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install dependencies - run: | - sudo apt update && sudo apt install cppcheck -y - pip3 install --upgrade setuptools urllib3 chardet pyOpenSSL cryptography - pip3 install pygithub - - - name: Install CUDA Toolkit - uses: Jimver/cuda-toolkit@v0.2.14 - with: - method: network - use-github-cache: false - use-local-cache: false - - - name: Configure NiftyReg - run: | - mkdir build - cd build - cmake -DCMAKE_C_COMPILER=gcc \ - -DCMAKE_CXX_COMPILER=g++ \ - -DCMAKE_BUILD_TYPE=Debug \ - -DBUILD_ALL_DEP=ON \ - -DCHECK_GPU=OFF \ - -DUSE_CUDA=ON \ - -DUSE_OPENCL=ON \ - -DUSE_SSE=ON \ - -DUSE_OPENMP=ON \ - -DBUILD_TESTING=OFF \ - -DWITH_COVERAGE=OFF \ - -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ - .. + # - name: Install CUDA Toolkit + # uses: Jimver/cuda-toolkit@v0.2.14 + # with: + # method: network + # use-github-cache: false + # use-local-cache: false - name: Code Analysis - env: - COMMENT_TITLE: Code Analysis Results - PR_NUMBER: ${{ github.event.pull_request.number }} - 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 - python3 ${{ github.workspace }}/.github/code_analysis.py -cc analysis.txt \ No newline at end of file + uses: JacobDomagala/StaticAnalysis@master + with: + comment_title: Code Analysis Results + cppcheck_args: --enable=warning + report_pr_changes_only: false + use_cmake: true + cmake_args: -DCMAKE_C_COMPILER=gcc \ + -DCMAKE_CXX_COMPILER=g++ \ + -DCMAKE_BUILD_TYPE=Debug \ + -DBUILD_ALL_DEP=ON \ + -DCHECK_GPU=OFF \ + -DUSE_CUDA=OFF \ + -DUSE_OPENCL=OFF \ + -DUSE_SSE=ON \ + -DUSE_OPENMP=ON \ + -DBUILD_TESTING=OFF \ + -DWITH_COVERAGE=OFF \ + -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ No newline at end of file diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 9f51d082..d2a1e59f 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -426 +427