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

compiler for CI

parent 7533bf9b
No related branches found
No related tags found
No related merge requests found
Pipeline #18884 failed
......@@ -25,7 +25,7 @@ configure-linux:
script:
- mkdir -p build
- cd build
- 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