Skip to content
Snippets Groups Projects
Commit ceb4398f authored by Martin Beseda's avatar Martin Beseda
Browse files

[WIP] Trying to set GCC-8 up

parent 63222b99
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ test_centos_gcc_version:
- echo "ahoj"
script:
- yum -y install centos-release-scl
- yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++ devtoolset-8-gcc-gfortran
- scl enable devtoolset-8 bash
- gcc --version
- g++ --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