Skip to content
Snippets Groups Projects
Commit 31dfe31e authored by Soeren Peters's avatar Soeren Peters
Browse files

Set default compiler in template to gcc and g++.

parent 7e91fe0d
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,10 @@ gcc_9_python: ...@@ -50,6 +50,10 @@ gcc_9_python:
paths: paths:
- $BUILD_FOLDER - $BUILD_FOLDER
before_script:
- export CC=gcc
- export CXX=g++
script: script:
- $CXX --version - $CXX --version
- $CC --version - $CC --version
......
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