-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
46 lines (36 loc) · 689 Bytes
/
.travis.yml
File metadata and controls
46 lines (36 loc) · 689 Bytes
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
os:
- linux
- osx
language: c
compiler:
- gcc
- clang
env:
- PY_VERSION=3.5.2
- PY_VERSION=3.5.1
- PY_VERSION=2.7.13
- PY_VERSION=2.7.12
- PY_VERSION=2.7.11
- PY_VERSION=2.7.10
- PY_VERSION=2.7.9
- PY_VERSION=2.7.8
- PY_VERSION=2.7.7
- PY_VERSION=2.7.6
- PY_VERSION=2.7.5
- PY_VERSION=2.7.4
- PY_VERSION=2.7.3
sudo: false
branches:
only:
- master
- /^ci.*$/
addons:
apt:
packages:
- libssl-dev
before_script:
- wget -P /tmp/ https://raw.githubusercontent.com/davidsansome/python-cmake-buildsystem/dashboard/travis_dashboard.cmake
script:
- ctest -V -S /tmp/travis_dashboard.cmake
after_script:
- cat ${TRAVIS_BUILD_DIR}-build/CMakeCache.txt