Mentions légales du service

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

Merge branch 'ci/hotfix' into 'master'

Remove cdash submit

See merge request solverstack/chameleon!264
parents 59f9009b 6843a660
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,7 @@
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS &&
scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports
ctest --no-compress-output -V -j 5
-D ExperimentalBuild
-D ExperimentalSubmit
-T Build
| tee ../${LOGNAME})
- (cd build-$VERSION &&
make install | tee -a ../${LOGNAME} &&
......@@ -59,9 +58,8 @@
- (cd build-$VERSION &&
eval "ctest --no-compress-output -V
$TESTS_RESTRICTION
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
-T Test
-T Coverage
| tee -a ../${LOGNAME}.log")
- lcov --directory build-$VERSION --capture --output-file ./${LOGNAME}.lcov
- (cd build-$VERSION && lcov --directory . --capture --output-file ../bis_${LOGNAME}.lcov)
......
......@@ -104,6 +104,5 @@ test_starpu_shm_s_macosx:
VERSION: starpu
script:
- cd build-starpu && ctest -V -R test_shm_s
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
-T Test
-T Coverage
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