"wrappers/vscode:/vscode.git/clone" did not exist on "deb6d66c1390c929a7c3910750bf0dcad584b5e3"
.travis.yml 4.34 KB
Newer Older
1
2
# Set TEST_BUILDS=1 to run library_builders tests

3
language: generic
4

xoviat's avatar
xoviat committed
5
6
7
cache:
  directories:
   - $HOME/.ccache
xoviat's avatar
xoviat committed
8

Matthew Brett's avatar
Matthew Brett committed
9
10
11
12
13
env:
    global:
        # Always set Python version
        - MB_PYTHON_VERSION=3.7

14
15
16
matrix:
  include:
    - os: linux
17
      dist: trusty
18
19
    # 64-bit builds
    - os: linux
20
      dist: xenial
21
22
      env:
        - TEST_BUILDS=1
23
    # 64-bit builds, manylinux2010
Matthew Brett's avatar
Matthew Brett committed
24
25
26
27
28
    - os: linux
      dist: xenial
      env:
        - TEST_BUILDS=1
        - MB_ML_VER=2010
29
    # 32-bit builds
30
    - os: linux
31
      dist: xenial
32
33
      env:
        - TEST_BUILDS=1
34
        - PLAT=i686
35
36
37
38
39
40
    - os: linux
      dist: xenial
      env:
        - TEST_BUILDS=1
        - PLAT=i686
        - MB_ML_VER=2010
41
    # Builds with caching
xoviat's avatar
xoviat committed
42
    - os: linux
43
      dist: xenial
xoviat's avatar
xoviat committed
44
45
46
      env:
        - TEST_BUILDS=1
        - USE_CCACHE=1
47
48
49
50
51
52
    # Build with pypy3
    - os: linux
      env:
        - MB_PYTHON_VERSION=pypy3.6-7.3
        - MB_ML_VER=2014
        - TEST_BUILDS=1
53
    # OSX builds
54
55
    - os: osx
      env:
56
        - MB_PYTHON_VERSION=2.7
57
        - MB_PYTHON_OSX_VER=10.6
58
        - TEST_BUILDS=1
59
60
    - os: osx
      env:
61
        - MB_PYTHON_VERSION=2.7
62
        - TEST_BUILDS=1
63
64
65
    - os: osx
      language: objective-c
      env:
Matthew Brett's avatar
Matthew Brett committed
66
        - MB_PYTHON_VERSION=2.7
67
68
69
        - VENV=venv
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
70
        - MB_PYTHON_VERSION=3.5
71
72
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
73
        - MB_PYTHON_VERSION=3.5
74
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
75
76
    - os: osx
      env:
77
        - MB_PYTHON_VERSION=3.6
78
        - MB_PYTHON_OSX_VER=10.6
Matthew Brett's avatar
Matthew Brett committed
79
        - VENV=venv
80
81
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
82
        - MB_PYTHON_VERSION=3.6
83
84
85
        - VENV=venv
    - os: osx
      env:
86
        - MB_PYTHON_VERSION=3.7
87
        - MB_PYTHON_OSX_VER=10.6
88
        - VENV=venv
xoviat's avatar
xoviat committed
89
90
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
91
        - MB_PYTHON_VERSION=3.7
Matthew Brett's avatar
Matthew Brett committed
92
93
94
        - VENV=venv
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
95
        - MB_PYTHON_VERSION=3.7
xoviat's avatar
xoviat committed
96
97
        - VENV=venv
        - USE_CCACHE=1
mattip's avatar
mattip committed
98
99
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
100
        - MB_PYTHON_VERSION=3.8
mattip's avatar
mattip committed
101
        - VENV=venv
Andrew Murray's avatar
Andrew Murray committed
102
103
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
104
        - MB_PYTHON_VERSION=pypy-6.0
Andrew Murray's avatar
Andrew Murray committed
105
        - VENV=venv
Andrew Murray's avatar
Andrew Murray committed
106
107
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
108
        - MB_PYTHON_VERSION=pypy-7.0
Andrew Murray's avatar
Andrew Murray committed
109
        - VENV=venv
Andrew Murray's avatar
Andrew Murray committed
110
111
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
112
        - MB_PYTHON_VERSION=pypy-7.1
Andrew Murray's avatar
Andrew Murray committed
113
        - VENV=venv
Andrew Murray's avatar
Andrew Murray committed
114
115
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
116
        - MB_PYTHON_VERSION=pypy-7.2
mattip's avatar
mattip committed
117
        - TEST_BUILDS=1
Andrew Murray's avatar
Andrew Murray committed
118
        - VENV=venv
Andrew Murray's avatar
Andrew Murray committed
119
    # Default OSX (xcode image) is 10.13 (xcode 9.4.1) as of 2018-08-03
Andrew Murray's avatar
Andrew Murray committed
120
    # See: https://docs.travis-ci.com/user/reference/osx/
121
122
123
    - os: osx
      osx_image: xcode10.1
      env:
Matthew Brett's avatar
Matthew Brett committed
124
        - MB_PYTHON_VERSION=3.7
125
        - TEST_BUILDS=1
126
127
128
    - os: osx
      osx_image: xcode10.1
      env:
Matthew Brett's avatar
Matthew Brett committed
129
        - MB_PYTHON_VERSION=3.7
130
        - MB_PYTHON_OSX_VER=10.9
131
        - TEST_BUILDS=1
132
133
134
    - os: osx
      osx_image: xcode10
      env:
Matthew Brett's avatar
Matthew Brett committed
135
        - MB_PYTHON_VERSION=3.7
mattip's avatar
mattip committed
136
137
138
    - os: osx
      osx_image: xcode10
      env:
Matthew Brett's avatar
Matthew Brett committed
139
        - MB_PYTHON_VERSION=3.8
Andrew Murray's avatar
Andrew Murray committed
140
141
142
    - os: osx
      osx_image: xcode10.1
      env:
Matthew Brett's avatar
Matthew Brett committed
143
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
144
145
146
    - os: osx
      osx_image: xcode10
      env:
Matthew Brett's avatar
Matthew Brett committed
147
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
148
149
150
    - os: osx
      osx_image: xcode9.4
      env:
Matthew Brett's avatar
Matthew Brett committed
151
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
152
153
154
    - os: osx
      osx_image: xcode9.3
      env:
Matthew Brett's avatar
Matthew Brett committed
155
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
156
157
158
    - os: osx
      osx_image: xcode9.2
      env:
Matthew Brett's avatar
Matthew Brett committed
159
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
160
161
162
    - os: osx
      osx_image: xcode9.1
      env:
Matthew Brett's avatar
Matthew Brett committed
163
        - MB_PYTHON_VERSION=3.5
Andrew Murray's avatar
Andrew Murray committed
164
165
166
    - os: osx
      osx_image: xcode9
      env:
Matthew Brett's avatar
Matthew Brett committed
167
        - MB_PYTHON_VERSION=3.5
Matthew Brett's avatar
Matthew Brett committed
168
169
170
    - os: osx
      osx_image: xcode8.3
      env:
Matthew Brett's avatar
Matthew Brett committed
171
        - MB_PYTHON_VERSION=3.5
Matthew Brett's avatar
Matthew Brett committed
172
173
174
    - os: osx
      osx_image: xcode8.2
      env:
Matthew Brett's avatar
Matthew Brett committed
175
        - MB_PYTHON_VERSION=3.5
Matthew Brett's avatar
Matthew Brett committed
176
177
178
    - os: osx
      osx_image: xcode8.1
      env:
Matthew Brett's avatar
Matthew Brett committed
179
        - MB_PYTHON_VERSION=3.5
Matthew Brett's avatar
Matthew Brett committed
180
181
182
    - os: osx
      osx_image: xcode8
      env:
Matthew Brett's avatar
Matthew Brett committed
183
        - MB_PYTHON_VERSION=3.5
Matthew Brett's avatar
Matthew Brett committed
184
185
186
    - os: osx
      osx_image: xcode7.3
      env:
Matthew Brett's avatar
Matthew Brett committed
187
        - MB_PYTHON_VERSION=3.5
188
189
190
191
192
    # ARM aarch 64 builds
    - os: linux
      arch: arm64
      env:
        - MB_PYTHON_VERSION=3.7
mattip's avatar
mattip committed
193
194
195
        - MB_ML_VER=2014
        - TEST_BUILDS=1
        - PLAT=aarch64
196
197
198
199
200
    #  s390x builds
    - os: linux
      arch: s390x
      env:
        - MB_PYTHON_VERSION=3.7
mattip's avatar
mattip committed
201
        - MB_ML_VER=2014
202
203
204
205
206
207
208
        - TEST_BUILDS=1
        - PLAT=s390x
    #  ppc64le builds
    - os: linux
      arch: ppc64le
      env:
        - MB_PYTHON_VERSION=3.7
mattip's avatar
mattip committed
209
        - MB_ML_VER=2014
210
211
        - TEST_BUILDS=1
        - PLAT=ppc64le
212
213

script:
Ivan Pozdeev's avatar
Ivan Pozdeev committed
214
  - export ENV_VARS_PATH="tests/env_vars.sh"
215
  - source tests/test_multibuild.sh