Mentions légales du service

Skip to content
Snippets Groups Projects

Sonarqube /hotfix

Merged Mathieu Faverge requested to merge faverge/chameleon:sonarqube/hotfix into master
Compare and Show latest version
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -23,12 +23,12 @@ image: hpclib/hiepacs
- echo BUILD_LOG $BUILD_LOG
- echo BUILD_COVERAGE $BUILD_COVERAGE
- (cd build &&
ctest --no-compress-output -V
eval "ctest --no-compress-output -V
$TESTS_RESTRICTION
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee -a $BUILD_LOG)
| tee -a $BUILD_LOG")
- lcov --directory build --capture --output-file $BUILD_COVERAGE
stages:
@@ -57,7 +57,7 @@ build_starpu_cuda_mpi:
test_starpu_cuda_mpi:
<<: *test_script
variables:
TESTS_RESTRICTION: "-R \"test_shm_s|mpi_s\""
TESTS_RESTRICTION: "-R \"shm_s|mpi_s\""
dependencies:
- build_starpu_cuda_mpi
artifacts:
Loading