Skip to content
Snippets Groups Projects
Commit 14725064 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Update .gitlab-ci.yml using g++ 8

parent 8012e364
Branches
No related tags found
2 merge requests!15Resolve "Method D | IndividualFD file use wrong PersID",!14Resolve "Method I | new measurement method"
Pipeline #17230 passed
...@@ -25,7 +25,7 @@ configure-linux: ...@@ -25,7 +25,7 @@ configure-linux:
script: script:
- mkdir -p build - mkdir -p build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++-8 ..
- echo "configure | ${CI_PROJECT_DIR}" - echo "configure | ${CI_PROJECT_DIR}"
stage: configure stage: configure
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment