Restore USE_OPENMP in the x86 thread test
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 15 Apr 2020 17:26:12 +0000 (19:26 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 17:26:12 +0000 (19:26 +0200)
.drone.yml

index 8b7ac30..b1c211d 100644 (file)
@@ -179,7 +179,7 @@ steps:
   image: ubuntu:18.04
   environment:
     CC: gcc
-    COMMON_FLAGS: 'USE_THREAD=1'
+    COMMON_FLAGS: 'USE_OPENMP=1'
   commands:
     - echo "MAKE_FLAGS:= $COMMON_FLAGS"
     - apt-get update -y