try to update the Epyc build to gcc10

This commit is contained in:
Martin Kroeker 2020-11-09 17:20:42 +01:00 committed by GitHub
parent de932375c7
commit f491291269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -178,12 +178,12 @@ steps:
- name: Build and Test
image: ubuntu:18.04
environment:
CC: gcc
CC: gcc-10
COMMON_FLAGS: 'USE_OPENMP=1'
commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
- apt-get update -y
- apt-get install -y make $CC gfortran perl python g++
- apt-get install -y make $CC gfortran-10 perl python g++-10
- $CC --version
- make QUIET_MAKE=1 $COMMON_FLAGS -j
- make -C test $COMMON_FLAGS