From 70b89a6205d3c4568888c46559d88c642dd34bec Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 07:50:35 +0100 Subject: [PATCH] Add OSX build to Azure --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 639cb3558..49e53cbda 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 +