Skip to content
Snippets Groups Projects
Commit 0224fac3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI: change Debian compiler to gcc, as clang is used for Macs

parent fab364aa
No related branches found
No related tags found
1 merge request!1383CI: as Hugo does not support symlinks, build figure in old location
Pipeline #90267 passed
......@@ -6,7 +6,7 @@ native_Debian_clang:
- Debian
before_script: &debian_clang
- pwd
- export CC=clang; export CXX=clang++
- export CC=gcc; export CXX=g++
- export QCMAKE=/home/build/Qt/6.2.3/gcc_64/lib/cmake
- export PYTHONPATH=$CI_PROJECT_DIR/build/lib
- export MPLBACKEND=Agg
......
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