Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 30dfca5c authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'clangsa' into 'master'

Clangsa

See merge request solverstack/chameleon!95
parents 3137cd2e 07729872
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,10 @@ before_script: ...@@ -17,9 +17,10 @@ before_script:
- echo BUILD_OPTIONS $BUILD_OPTIONS - echo BUILD_OPTIONS $BUILD_OPTIONS
- echo VERSION $VERSION - echo VERSION $VERSION
- (cd build && - (cd build &&
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. scan-build -plist --intercept-first --analyze-headers -o analyzer_reports
$BUILD_OPTIONS && cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS &&
ctest --no-compress-output -V -j 5 scan-build -plist --intercept-first --analyze-headers -o analyzer_reports
ctest --no-compress-output -V -j 5
-D ExperimentalBuild -D ExperimentalBuild
-D ExperimentalSubmit -D ExperimentalSubmit
| tee ../chameleon_${VERSION}.log) | tee ../chameleon_${VERSION}.log)
......
...@@ -35,14 +35,17 @@ sonar.projectVersion=master ...@@ -35,14 +35,17 @@ sonar.projectVersion=master
sonar.language=c sonar.language=c
sonar.sources=build, compute, control, coreblas, example, include, runtime, testing, timing sonar.sources=build, compute, control, coreblas, example, include, runtime, testing, timing
sonar.inclusions=`cat filelist.txt | xargs echo | sed 's/ /, /g'` sonar.inclusions=`cat filelist.txt | xargs echo | sed 's/ /, /g'`
sonar.c.includeDirectories=$(echo | gcc -E -Wp,-v - 2>&1 | grep "^ " | tr '\n' ',').,include,coreblas/include,runtime/parsec/include,runtime/quark/include,runtime/starpu/include,build,build/control,build/coreblas,build/coreblas/include,build/include,build/runtime/parsec/include,build/runtime/quark/include,build/runtime/starpu/include,hqr/include,$PARSEC_DIR/include,$QUARK_DIR/include,$STARPU_DIR/include/starpu/1.2,$SIMGRID_DIR/include
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8
sonar.c.errorRecoveryEnabled=true
sonar.c.compiler.charset=UTF-8 sonar.c.compiler.charset=UTF-8
sonar.c.compiler.parser=GCC sonar.c.compiler.parser=GCC
sonar.c.compiler.regex=^(.*):(\\d+):\\d+: warning: (.*)\\[(.*)\\]$ sonar.c.compiler.regex=^(.*):(\\\d+):\\\d+: warning: (.*)\\\[(.*)\\\]$
sonar.c.compiler.reportPath=chameleon_starpu.log, chameleon_starpu_simgrid.log, chameleon_quark.log, chameleon_parsec.log sonar.c.compiler.reportPath=chameleon_starpu.log, chameleon_starpu_simgrid.log, chameleon_quark.log, chameleon_parsec.log
sonar.c.coverage.reportPath=chameleon_coverage.xml sonar.c.coverage.reportPath=chameleon_coverage.xml
sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml
sonar.c.rats.reportPath=chameleon_rats.xml sonar.c.rats.reportPath=chameleon_rats.xml
sonar.c.clangsa.reportPath=build/analyzer_reports/*/*.plist
EOF EOF
# run sonar analysis + publish on sonarqube-dev # run sonar analysis + publish on sonarqube-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment