Skip to content

Commit

Permalink
fixup! CI: add SonarSource GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x committed Sep 28, 2023
1 parent 1075ac5 commit ec90e5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sonarsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ jobs:
-DNRN_ENABLE_MPI=ON \
-DNRN_ENABLE_PERFORMANCE_TESTS=OFF \
-DNRN_ENABLE_PYTHON=ON \
-DNRN_ENABLE_PYTHON_DYNAMIC=ON \
-DNRN_PYTHON_DYNAMIC="${PYTHON_MIN};${PYTHON_MAX}" \
-DNRN_PYTHON_EXTRA_FOR_TESTS=${PYTHON_MID} \
-DNRN_ENABLE_TESTS=ON)
-DNRN_ENABLE_TESTS=OFF)
cmake -S . -B build "${cmake_args[@]}"
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
Expand Down

0 comments on commit ec90e5e

Please sign in to comment.