This repository was archived by the owner on Feb 15, 2023. It is now read-only.
File tree 1 file changed +34
-7
lines changed
1 file changed +34
-7
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,27 @@ python: 3.7
21
21
sudo : required
22
22
dist : xenial
23
23
services : docker
24
+ virt : vm
25
+ group : edge
24
26
25
27
matrix :
26
- exclude :
27
- # Exclude the default Python 3.7 build
28
- - python : 3.7
29
28
include :
30
29
- os : linux
31
30
env :
32
31
- MB_PYTHON_VERSION=3.6
33
32
- NP_BUILD_DEP="1.11.3"
34
33
- NP_TEST_DEP="1.11.3"
34
+ - os : linux
35
+ env :
36
+ - MB_PYTHON_VERSION=3.7
37
+ - NP_BUILD_DEP="1.14.5"
38
+ - NP_TEST_DEP="1.14.5"
39
+ - os : linux
40
+ env :
41
+ - MB_PYTHON_VERSION=3.8
42
+ - NP_BUILD_DEP="1.14.5"
43
+ - NP_TEST_DEP="1.14.5"
44
+
35
45
- os : linux
36
46
env :
37
47
- MB_PYTHON_VERSION=3.6
@@ -41,20 +51,37 @@ matrix:
41
51
- os : linux
42
52
env :
43
53
- MB_PYTHON_VERSION=3.7
54
+ - PLAT=i686
44
55
- NP_BUILD_DEP="1.14.5"
45
56
- NP_TEST_DEP="1.14.5"
57
+
46
58
- os : linux
59
+ arch : arm64-graviton2
47
60
env :
48
- - MB_PYTHON_VERSION=3.8
61
+ - MB_PYTHON_VERSION=3.6
62
+ - NP_BUILD_DEP="1.11.3"
63
+ - NP_TEST_DEP="1.11.3"
64
+ - MB_ML_VER=2014
65
+ - PLAT=aarch64
66
+ - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
67
+ - os : linux
68
+ arch : arm64-graviton2
69
+ env :
70
+ - MB_PYTHON_VERSION=3.7
49
71
- NP_BUILD_DEP="1.14.5"
50
72
- NP_TEST_DEP="1.14.5"
51
-
73
+ - MB_ML_VER=2014
74
+ - PLAT=aarch64
75
+ - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
52
76
- os : linux
77
+ arch : arm64-graviton2
53
78
env :
54
- - MB_PYTHON_VERSION=3.7
55
- - PLAT=i686
79
+ - MB_PYTHON_VERSION=3.8
56
80
- NP_BUILD_DEP="1.14.5"
57
81
- NP_TEST_DEP="1.14.5"
82
+ - MB_ML_VER=2014
83
+ - PLAT=aarch64
84
+ - DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
58
85
59
86
- os : osx
60
87
language : generic
You can’t perform that action at this time.
0 commit comments