Browse Source

Add OSX build to Azure

tags/v0.3.15
Martin Kroeker GitHub 5 years ago
parent
commit
70b89a6205
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      azure-pipelines.yml

+ 7
- 1
azure-pipelines.yml View 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

Loading…
Cancel
Save