diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9d31d9467a0fef173261f2838f1770a11e968b0..57cfe1ece69e9887c1b73d24392f5dd16fa25656 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build_pampa: - scan-build -plist --intercept-first --analyze-headers -o ../analyzer_reports make -j5 2>&1 | tee ../pampa-build.log only: - branches - - master@PaMPA/PaMPA-p + - master@PaMPA/PaMPA build_pampa_doc: stage: build @@ -33,7 +33,7 @@ build_pampa_doc: - make -j5 doc 2>&1 > pampa-build-doc.log only: - branches - - master@PaMPA/PaMPA-p + - master@PaMPA/PaMPA test_pampa: stage: test @@ -51,7 +51,7 @@ test_pampa: - lcov_cobertura.py pampa.lcov --output pampa-coverage.xml only: - branches - - master@PaMPA/PaMPA-p + - master@PaMPA/PaMPA sonar: stage: analysis @@ -69,4 +69,4 @@ sonar: - ./ext/analysis.sh - sonar-scanner -X > sonar.log only: - - master@PaMPA/PaMPA-p + - master@PaMPA/PaMPA diff --git a/ext/analysis.sh b/ext/analysis.sh index 2c9545d5535ddf1efed4babf09e2416bd2d2bd2a..c557c86b4d292cbd508927e257bebc4860c0eeb1 100755 --- a/ext/analysis.sh +++ b/ext/analysis.sh @@ -10,10 +10,10 @@ rats -w 3 --xml ${SOURCES_TO_ANALYZE} > pampa-rats.xml cat > sonar-project.properties << EOF sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube sonar.login=$SONARQUBE_LOGIN -sonar.links.homepage=https://gitlab.inria.fr/PaMPA/PaMPA-p -sonar.links.scm=https://gitlab.inria.fr/PaMPA/PaMPA-p.git -sonar.links.ci=https://gitlab.inria.fr/PaMPA/PaMPA-p/pipelines -sonar.links.issue=https://gitlab.inria.fr/PaMPA/PaMPA-p/issues +sonar.links.homepage=https://gitlab.inria.fr/PaMPA/PaMPA +sonar.links.scm=https://gitlab.inria.fr/PaMPA/PaMPA.git +sonar.links.ci=https://gitlab.inria.fr/PaMPA/PaMPA/pipelines +sonar.links.issue=https://gitlab.inria.fr/PaMPA/PaMPA/issues sonar.projectKey=tadaam:pampa:gitlab:master sonar.projectDescription=a parallel library for handling, redistributing and remeshing unstructured meshes on distributed-memory architectures, using any sequential remesher sonar.projectVersion=1.1