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

Upgrade sequential/gcc ci to g++-8

parent 025627e6
No related branches found
No related tags found
1 merge request!19Feature/ci
image: localhost:5000/ubuntu_gcc image: localhost:5000/ubuntu_gcc8
cache: cache:
key: "$CI_COMMIT_REF_SLUG" key: "$CI_COMMIT_REF_SLUG"
...@@ -16,7 +16,7 @@ build:coverage: ...@@ -16,7 +16,7 @@ build:coverage:
script: script:
- mkdir -p build - mkdir -p build
- cd build - cd build
- CXX=g++-7 CC=gcc-7 cmake .. -DCMAKE_BUILD_TYPE=Coverage - CXX=g++-8 CC=gcc-8 cmake .. -DCMAKE_BUILD_TYPE=Coverage
- make pugs - make pugs
test:coverage: test:coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment