Add OSX build to Azure
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 24 Mar 2021 06:50:35 +0000 (07:50 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 06:50:35 +0000 (07:50 +0100)
azure-pipelines.yml

index 639cb3558bb56860cfe7ec01e9b0a575282b67cb..49e53cbda5d4f1f1acc2b109aaa7b49c5642e69c 100644 (file)
@@ -68,4 +68,10 @@ jobs:
       dir
       openblas_utest.exe
   
-      
+- job: OSX_OpenMP
+  pool:
+     vmImage: 'macOS-10.15'
+  steps:   
+  - script: |
+      make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1
+