From 8e457badf1cef53c70125f1c94c2813254bd79d5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 14:33:20 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdf184b22..4e6ceaeab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,5 +76,13 @@ jobs: brew update make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=gcc-10 FC=gfortran-10 - + - job: OSX_OpenMP_Clang + pool: + vmImage: 'macOS-10.15' + steps: + - script: | + brew update + brew install llvm libomp + make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=/usr/local/opt/llvm/clang FC=gfortran-10 +