forked from cython/cython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (42 loc) · 810 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
os: linux
language: python
addons:
apt:
packages:
- gdb
- python-dbg
- python3-dbg
- libzmq-dev # needed by IPython/Tornado
#- gcc-8
#- g++-8
cache:
pip: true
directories:
- $HOME/.ccache
env:
global:
- USE_CCACHE=1
- CCACHE_SLOPPINESS=pch_defines,time_macros
- CCACHE_COMPRESS=1
- CCACHE_MAXSIZE=250M
- PATH="/usr/lib/ccache:$PATH"
- PYTHON_VERSION=3.8
- OS_NAME=ubuntu
python: 3.8
matrix:
include:
- arch: arm64
env: BACKEND=c
- arch: arm64
env: BACKEND=cpp
- arch: ppc64le
env: BACKEND=c
- arch: ppc64le
env: BACKEND=cpp
# Disabled due to test errors
# - arch: s390x
# env: BACKEND=c
# - arch: s390x
# env: BACKEND=cpp
script:
- bash ./Tools/ci-run.sh