This repository was archived by the owner on Feb 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-57
lines changed Expand file tree Collapse file tree 3 files changed +0
-57
lines changed Original file line number Diff line number Diff line change 3333 - python : 3.5
3434 include :
3535 - stage : Build and test wheel
36- name : ARM64-Linux-Py37
3736 os : linux
38- arch : arm64-graviton2
39- dist : focal
40- virt : vm
41- group : edge
42- env :
43- - MB_PYTHON_VERSION=3.7
44- - PLAT=aarch64
45- - CYTHON_BUILD_DEP="Cython"
46- - DOCKER_IMAGE=quay.io/pypa/manylinux2014_${PLAT}
47- - MB_ML_VER=2014
48- script :
49- - echo "This stage will just build AArch64 wheel"
50- workspaces :
51- create :
52- name : ws1
53- paths :
54- - wheelhouse
55- after_success :
56- - echo "This stage will not upload aarch64 wheel"
57- - os : linux
5837 name : ARM64-Linux-Py38
5938 arch : arm64-graviton2
6039 dist : focal
9877 - echo "This stage will not upload aarch64 wheel"
9978
10079 - stage : Test wheel
101- name : ARM64-Linux-Py37
10280 arch : arm64-graviton2
103- dist : focal
104- virt : vm
105- group : edge
106- env :
107- - MB_PYTHON_VERSION=3.7
108- - PLAT=aarch64
109- - CYTHON_BUILD_DEP="Cython"
110- - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
111- - MB_ML_VER=2014
112- workspaces :
113- use : ws1
114- install :
115- - echo "This stage will test and upload the AArch64 wheel"
116- - arch : arm64-graviton2
11781 name : ARM64-Linux-Py39
11882 dist : focal
11983 virt : vm
Original file line number Diff line number Diff line change @@ -55,20 +55,6 @@ environment:
5555 NUMPY_TEST_DEP : numpy==1.17.3
5656 CYTHON_BUILD_DEP : Cython
5757
58- - PYTHON : C:\Python37
59- PYTHON_VERSION : 3.7
60- PYTHON_ARCH : 32
61- NUMPY_BUILD_DEP : numpy==1.16.5
62- NUMPY_TEST_DEP : numpy==1.16.5
63- CYTHON_BUILD_DEP : Cython
64-
65- - PYTHON : C:\Python37-x64
66- PYTHON_VERSION : 3.7
67- PYTHON_ARCH : 64
68- NUMPY_BUILD_DEP : numpy==1.16.5
69- NUMPY_TEST_DEP : numpy==1.16.5
70- CYTHON_BUILD_DEP : Cython
71-
7258init :
7359 - " ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
7460 - " ECHO \" %APPVEYOR_SCHEDULED_BUILD%\" "
Original file line number Diff line number Diff line change @@ -29,19 +29,12 @@ jobs:
2929 32bit-amd64-linux-py38 :
3030 MB_PYTHON_VERSION : " 3.8"
3131 PLAT : " i686"
32- amd64-linux-py37 :
33- MB_PYTHON_VERSION : " 3.7"
34- 32bit-amd64-linux-py37 :
35- MB_PYTHON_VERSION : " 3.7"
36- PLAT : " i686"
3732
3833 - template : azure-posix.yml
3934 parameters :
4035 name : macOS
4136 vmImage : macOS-10.15
4237 matrix :
43- osx-Py37 :
44- MB_PYTHON_VERSION : " 3.7"
4538 osx-Py38 :
4639 MB_PYTHON_VERSION : " 3.8"
4740 MB_PYTHON_OSX_VER : " 10.9"
You can’t perform that action at this time.
0 commit comments