Skip to content

Commit 70b89a6

Browse files
authored
Add OSX build to Azure
1 parent 42f0201 commit 70b89a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,10 @@ jobs:
6868
dir
6969
openblas_utest.exe
7070
71-
71+
- job: OSX_OpenMP
72+
pool:
73+
vmImage: 'macOS-10.15'
74+
steps:
75+
- script: |
76+
make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1
77+

0 commit comments

Comments
 (0)