projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f0201
)
Add OSX build to Azure
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Wed, 24 Mar 2021 06:50:35 +0000
(07:50 +0100)
committer
GitHub
<noreply@github.com>
Wed, 24 Mar 2021 06:50:35 +0000
(07:50 +0100)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index 639cb3558bb56860cfe7ec01e9b0a575282b67cb..49e53cbda5d4f1f1acc2b109aaa7b49c5642e69c 100644
(file)
--- 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
+