Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-08-13 01:44:45 +02:00 committed by GitHub
parent a5a7892fa8
commit 68b2b5038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ steps:
- name: Build and Test - name: Build and Test
image: ubuntu:18.04 image: ubuntu:18.04
environment: environment:
CC: gcc CC: gcc-7
FC: gfortran-7
COMMON_FLAGS: 'USE_OPENMP=1 TARGET=TSV110' COMMON_FLAGS: 'USE_OPENMP=1 TARGET=TSV110'
commands: commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS" - echo "MAKE_FLAGS:= $COMMON_FLAGS"