try x86_64 test without openmp
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 14 Apr 2020 17:18:35 +0000 (19:18 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 17:18:35 +0000 (19:18 +0200)
.drone.yml

index 300cf32..5686c5e 100644 (file)
@@ -179,7 +179,7 @@ steps:
   image: ubuntu:19.04
   environment:
     CC: gcc
-    COMMON_FLAGS: 'USE_OPENMP=1'
+    COMMON_FLAGS: 'USE_THREAD=1'
   commands:
     - echo "MAKE_FLAGS:= $COMMON_FLAGS"
     - apt-get update -y