add toolchain-test repo for gcc10
This commit is contained in:
parent
f491291269
commit
045a349437
|
@ -182,6 +182,7 @@ steps:
|
||||||
COMMON_FLAGS: 'USE_OPENMP=1'
|
COMMON_FLAGS: 'USE_OPENMP=1'
|
||||||
commands:
|
commands:
|
||||||
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
||||||
|
- add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y make $CC gfortran-10 perl python g++-10
|
- apt-get install -y make $CC gfortran-10 perl python g++-10
|
||||||
- $CC --version
|
- $CC --version
|
||||||
|
|
Loading…
Reference in New Issue