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

[WIP] Trying to set devtools-8 up.

parent 65a6b1a3
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,10 @@ test_centos_gcc_version:
#- echo "source /opt/rh/devtoolset-8enable" >> ~/.bashrc
script:
- yum install centos-release-scl
- yum install devtoolset-7-gcc devtoolset-7-gcc-c++
- scl enable devtoolset-7 -- bash
- cat ~/.bashrc
- scl enable devtoolset-8 'bash'
- gcc --version
- g++ --version
- gfortran --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