Mentions légales du service

Skip to content
Snippets Groups Projects

Check that CHAMELEON_Init() was successful in testing

Merged Philippe SWARTVAGHER requested to merge pswartva/chameleon:check_chameleon_init into master
All threads resolved!
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
+ 6
4
@@ -6,18 +6,21 @@
only:
- master@solverstack/chameleon
- /^ci-.*$/
except:
- schedules
.only-branches:
only:
- branches
- merge_requests
- master@solverstack/chameleon
- /^ci-.*$/
except:
- master
- schedules
.build_script_template:
extends: .only-branches
image: registry.gitlab.inria.fr/solverstack/docker/distrib
interruptible: true
stage: build
tags: ["linux"]
script:
@@ -42,6 +45,7 @@
.test_script_template:
image: registry.gitlab.inria.fr/solverstack/docker/distrib
interruptible: true
stage: test
tags: ["linux"]
script:
@@ -62,8 +66,6 @@
- lcov --directory build-$VERSION --capture --output-file ./${LOGNAME}.lcov
- (cd build-$VERSION && lcov --directory . --capture --output-file ../bis_${LOGNAME}.lcov)
- xsltproc -o report.xml /home/gitlab/ctest-to-junit.xsl build-$VERSION/Testing/**/Test.xml
except:
- schedules
.bench_plafrim_common:
only:
Loading