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

new server has g++8 per default

parent edbf874b
No related branches found
No related tags found
No related merge requests found
Pipeline #19183 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 -DCMAKE_CXX_COMPILER=g++-8 .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- 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