This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33dist : trusty
44
5+ branches :
6+ only :
7+ - master
8+
59env :
610 global :
711 - GIT_DESCRIBE_TAG=0.29.2
Original file line number Diff line number Diff line change 1+ trigger :
2+ - master
3+
4+ pr :
5+ - master
6+
17jobs :
28- template : buildscripts/azure/template-windows.yml
39 parameters :
713 matrix :
814 py3.7_numpy1.16 :
915 PYTHON_VER : ' 3.7'
10- NUMPY_VER : ' 1.16 '
16+ NUMPY_VER : ' 1.17 '
1117 USE_NUMBA_MASTER : ' False'
1218 SDC_CONFIG_PIPELINE_SDC : ' False'
1319
1925 matrix :
2026 py3.7_numpy1.16 :
2127 PYTHON_VER : ' 3.7'
22- NUMPY_VER : ' 1.16 '
28+ NUMPY_VER : ' 1.17 '
2329 USE_NUMBA_MASTER : ' False'
2430 SDC_CONFIG_PIPELINE_SDC : ' False'
2531
3137 matrix :
3238 py3.7_numpy1.16 :
3339 PYTHON_VER : ' 3.7'
34- NUMPY_VER : ' 1.16 '
40+ NUMPY_VER : ' 1.17 '
3541 USE_NUMBA_MASTER : ' False'
3642 SDC_CONFIG_PIPELINE_SDC : ' False'
37-
38- - template : buildscripts/azure/template-windows.yml
39- parameters :
40- name : Windows2016_vs2017_NumbaMaster
41- vmImage : vs2017-win2016
42- allowFailure : true
43- matrix :
44- py3.7_numpy1.16 :
45- PYTHON_VER : ' 3.7'
46- NUMPY_VER : ' 1.16'
47- USE_NUMBA_MASTER : ' True'
48- SDC_CONFIG_PIPELINE_SDC : ' False'
49-
50- - template : buildscripts/azure/template-linux-macos.yml
51- parameters :
52- name : macOS1013_xcode9_NumbaMaster
53- vmImage : xcode9-macos10.13
54- allowFailure : true
55- matrix :
56- py3.7_numpy1.16 :
57- PYTHON_VER : ' 3.7'
58- NUMPY_VER : ' 1.16'
59- USE_NUMBA_MASTER : ' True'
60- SDC_CONFIG_PIPELINE_SDC : ' False'
61-
62- - template : buildscripts/azure/template-linux-macos.yml
63- parameters :
64- name : Ubuntu1604_NumbaMaster
65- vmImage : ubuntu-16.04
66- allowFailure : true
67- matrix :
68- py3.7_numpy1.16 :
69- PYTHON_VER : ' 3.7'
70- NUMPY_VER : ' 1.16'
71- USE_NUMBA_MASTER : ' True'
72- SDC_CONFIG_PIPELINE_SDC : ' False'
You can’t perform that action at this time.
0 commit comments