Update .drone.yml

This commit is contained in:
Martin Kroeker 2020-04-09 16:50:49 +02:00 committed by GitHub
parent 67de70813c
commit 8290b6787f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ steps:
image: ubuntu:19.04 image: ubuntu:19.04
environment: environment:
CC: gcc CC: gcc
OMP_NUM_THREADS: 44
COMMON_FLAGS: 'USE_OPENMP=1' COMMON_FLAGS: 'USE_OPENMP=1'
commands: commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS" - echo "MAKE_FLAGS:= $COMMON_FLAGS"