Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b384e330 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add the onfig file as artifact

parent edf8b787
Branches
Tags
No related merge requests found
Pipeline #
...@@ -34,6 +34,7 @@ test: ...@@ -34,6 +34,7 @@ test:
- scalfmm-coverage.xml - scalfmm-coverage.xml
#- scalfmm-cppcheck.xml #- scalfmm-cppcheck.xml
- scalfmm-rats.xml - scalfmm-rats.xml
- sonar-project.properties
script: script:
- source ./Utils/scripts/analysis.sh - source ./Utils/scripts/analysis.sh
......
...@@ -29,7 +29,7 @@ rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml ...@@ -29,7 +29,7 @@ rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml
# create the sonarqube config file # create the sonarqube config file
cat > sonar-project.properties << EOF cat > sonar-project.properties << EOF
sonar.host.url=https://sonarqube.bordeaux.inria.fr sonar.host.url=https://sonarqube.bordeaux.inria.fr/
sonar.links.homepage=https://gitlab.inria.fr/solverstack/ScalFMM sonar.links.homepage=https://gitlab.inria.fr/solverstack/ScalFMM
sonar.links.scm=https://fpruvost@gitlab.inria.fr/solverstack/ScalFMM.git sonar.links.scm=https://fpruvost@gitlab.inria.fr/solverstack/ScalFMM.git
sonar.links.issue=https://gitlab.inria.fr/solverstack/ScalFMM/issues sonar.links.issue=https://gitlab.inria.fr/solverstack/ScalFMM/issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment