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:
key: "$CI_COMMIT_REF_SLUG"
......@@ -16,7 +16,7 @@ build:coverage:
script:
- mkdir -p 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
test:coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment