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

explicitly use g++ 8

parent 3895e194
No related branches found
No related tags found
No related merge requests found
Pipeline #17206 passed
......@@ -26,7 +26,7 @@ configure-linux:
- mkdir -p build
- cd build
- which git
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++-8 ..
- echo "configure | ${CI_PROJECT_DIR}"
stage: configure
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment