Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6843a660 authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

Remove cdash submit

parent 59f9009b
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