Skip to content
Snippets Groups Projects
Commit 91039b97 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Prepare multiple images

parent 57500958
No related branches found
No related tags found
1 merge request!19Feature/ci
image: localhost:5000/ubuntu_gcc8
cache: cache:
key: "$CI_COMMIT_REF_SLUG" key: "$CI_COMMIT_REF_SLUG"
paths: paths:
...@@ -11,7 +9,8 @@ stages: ...@@ -11,7 +9,8 @@ stages:
- test - test
- deploy - deploy
build:coverage: build:gcc8-seq-coverage:
image: localhost:5000/ubuntu_gcc8
stage: build stage: build
script: script:
- mkdir -p build - mkdir -p build
...@@ -19,10 +18,11 @@ build:coverage: ...@@ -19,10 +18,11 @@ build:coverage:
- CXX=g++-8 CC=gcc-8 cmake .. -DCMAKE_BUILD_TYPE=Coverage - CXX=g++-8 CC=gcc-8 cmake .. -DCMAKE_BUILD_TYPE=Coverage
- make pugs - make pugs
test:coverage: test:gcc8-seq-coverage:
image: localhost:5000/ubuntu_gcc8
stage: test stage: test
dependencies: dependencies:
- build:coverage - build:gcc8-seq-coverage
script: script:
- cd build - cd build
- make run_unit_tests - make run_unit_tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment