This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 5
5
- BUILD_COMMIT=e94cec800304a6a467cf90ce4e7d3e207770b4b4
6
6
- BUILD_DEPENDS=cython
7
7
- TEST_DEPENDS=pytest
8
- - PLAT=x86_64
9
8
- UNICODE_WIDTH=32
10
9
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
11
10
# Following generated with
19
18
language : python
20
19
# Default Python version is usually 2.7
21
20
python : 3.6
22
- sudo : required
23
21
dist : bionic
24
- services : docker
25
22
26
23
matrix :
27
24
exclude :
@@ -30,20 +27,23 @@ matrix:
30
27
include :
31
28
- os : linux
32
29
env :
30
+ - PLAT=x86_64
33
31
- MB_PYTHON_VERSION=3.6
34
32
- os : linux
35
33
env :
36
34
- MB_PYTHON_VERSION=3.6
37
35
- PLAT=i686
38
36
- os : linux
39
37
env :
38
+ - PLAT=x86_64
40
39
- MB_PYTHON_VERSION=3.7
41
40
- os : linux
42
41
env :
43
42
- MB_PYTHON_VERSION=3.7
44
43
- PLAT=i686
45
44
- os : linux
46
45
env :
46
+ - PLAT=x86_64
47
47
- MB_PYTHON_VERSION=3.8
48
48
- os : linux
49
49
env :
@@ -53,18 +53,21 @@ matrix:
53
53
language : generic
54
54
osx_image : xcode10.1
55
55
env :
56
+ - PLAT=x86_64
56
57
- MB_PYTHON_VERSION=3.6
57
58
- MB_PYTHON_OSX_VER=10.9
58
59
- os : osx
59
60
language : generic
60
61
osx_image : xcode10.1
61
62
env :
63
+ - PLAT=x86_64
62
64
- MB_PYTHON_VERSION=3.7
63
65
- MB_PYTHON_OSX_VER=10.9
64
66
- os : osx
65
67
language : generic
66
68
osx_image : xcode10.1
67
69
env :
70
+ - PLAT=x86_64
68
71
- MB_PYTHON_VERSION=3.8
69
72
- MB_PYTHON_OSX_VER=10.9
70
73
- os : linux
@@ -73,36 +76,42 @@ matrix:
73
76
- PLAT=aarch64
74
77
- MB_ML_VER=2014
75
78
- MB_PYTHON_VERSION=3.6
79
+ - DEBUG_PRINT=1
76
80
- os : linux
77
81
arch : s390x
78
82
env :
79
83
- PLAT=s390x
80
84
- MB_ML_VER=2014
81
85
- MB_PYTHON_VERSION=3.6
86
+ - DEBUG_PRINT=1
82
87
- os : linux
83
88
arch : ppc64le
84
89
env :
85
90
- PLAT=ppc64le
86
91
- MB_ML_VER=2014
87
92
- MB_PYTHON_VERSION=3.6
93
+ - DEBUG_PRINT=1
88
94
- os : linux
89
95
arch : arm64
90
96
env :
91
97
- PLAT=aarch64
92
98
- MB_ML_VER=2014
93
99
- MB_PYTHON_VERSION=3.7
100
+ - DEBUG_PRINT=1
94
101
- os : linux
95
102
arch : s390x
96
103
env :
97
104
- PLAT=s390x
98
105
- MB_ML_VER=2014
99
106
- MB_PYTHON_VERSION=3.7
107
+ - DEBUG_PRINT=1
100
108
- os : linux
101
109
arch : ppc64le
102
110
env :
103
111
- PLAT=ppc64le
104
112
- MB_ML_VER=2014
105
113
- MB_PYTHON_VERSION=3.7
114
+ - DEBUG_PRINT=1
106
115
107
116
before_install :
108
117
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ function build_wheel {
8
8
if [ -n " $IS_OSX " ]; then
9
9
install_gfortran
10
10
fi
11
+ echo gcc --version
12
+ echo ` gcc --version`
11
13
build_libs $lib_plat
12
14
# Fix version error for development wheels by using bdist_wheel
13
15
build_bdist_wheel $@
You can’t perform that action at this time.
0 commit comments