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 +