Update .drone.yml

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

View File

@ -179,6 +179,8 @@ steps:
image: ubuntu:18.04
environment:
CC: gcc-10
FC: gfortran-10
CXX: g++-10
COMMON_FLAGS: 'USE_OPENMP=1'
commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS"