Skip to content

Commit

Permalink
Verson 2 try 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsef84 committed Apr 4, 2023
1 parent 8c51cae commit 699c307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ build:
# - cmake -S . -B build
# run the build inside the build wrapper
- build-wrapper/build-wrapper-linux-x86-64 --out-dir "${BUILD_WRAPPER_OUT_DIR}" cmake --build build/ --config Release
- pwd && ls
artifacts:
paths:
- build/sonar_scanner_example
Expand All @@ -74,6 +75,7 @@ build:
- build-wrapper/
- sonar-scanner/
- "${BUILD_WRAPPER_OUT_DIR}"
-carl/


sonarqube-check:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sonar.cfamily.threads=2
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

#sonar.cfamily.build-wrapper-output=bw-output
sonar.cfamily.build-wrapper-output=bw-output
#sonar.cfamily.gcov.reportsPath=build/hypro_coverage.info
#sonar.cfamily.llvm-cov.reportPath=/hypro_coverage.info
#sonar.cfamily.llvm-cov.reportPath=hypro_coverage.info
Expand Down

0 comments on commit 699c307

Please sign in to comment.