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

[WIP] Trying to set GCC-8 up

parent d010dbd9
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ test_centos_gcc_version:
script:
- yum -y install centos-release-scl
- yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++ devtoolset-8-gcc-gfortran
- yum -y install devtoolset-8-gcc
- yum -y install devtoolset-8-gcc-c++ devtoolset-8-gcc-gfortran
- scl enable devtoolset-8 bash
- gcc-8 --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