Browse Source

try to update the Epyc build to gcc10

pull/2974/head
Martin Kroeker GitHub 5 years ago
parent
commit
f491291269
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml 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


Loading…
Cancel
Save