summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2019-12-17 23:42:59 +0200
committerPauli Virtanen <pav@iki.fi>2019-12-21 23:13:19 +0200
commit5bc0b498e02cb5a3737791c425c2c9681a7257c1 (patch)
tree5f77f13b04d588dc69f1b6e662b0dba6296815b5 /azure-pipelines.yml
parentb1c8dd9979caf899e6e5c758faef27b8453c334a (diff)
downloadnumpy-5bc0b498e02cb5a3737791c425c2c9681a7257c1.tar.gz
CI: add to Azure a MacOS ilp64 job
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3a626eeae..d6ab4d80c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -65,13 +65,21 @@ stages:
# azure config for mac os -- Microsoft has indicated
# they will patch this issue
vmImage: macOS-10.14
+ strategy:
+ maxParallel: 2
+ matrix:
+ Python36:
+ PYTHON_VERSION: '3.6'
+ Python36-ILP64:
+ PYTHON_VERSION: '3.6'
+ NPY_USE_BLAS_ILP64: '1'
steps:
# the @0 refers to the (major) version of the *task* on Microsoft's
# end, not the order in the build matrix nor anything to do
# with version of Python selected
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.6'
+ versionSpec: $(PYTHON_VERSION)
addToPath: true
architecture: 'x64'
# NOTE: do we have a compelling reason to use older / newer