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

[WIP] Trying to set GCC-8 up

parent 032147a4
No related branches found
No related tags found
No related merge requests found
......@@ -80,14 +80,18 @@ test_centos_gcc_version:
before_script:
- echo "ahoj"
- scl enable devtoolset-8 bash
- scl enable devtoolset-8 -- bash
script:
- yum -y install centos-release-scl
- 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
- scl enable devtoolset-8 -- bash
- gcc --version
- g++ --version
- gfortran --version
- cd ../..
- cd build_scripts/linux
# - './linux_run_tests.sh'
\ No newline at end of file
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