This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.travis.yml
66 lines (64 loc) · 2.74 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
env:
global:
- CONAN_DOCKER_32_IMAGES: 1
- CONAN_CHANNEL: "stable"
- CONAN_STABLE_BRANCH_PATTERN: "stable/*"
- CONAN_UPLOAD_ONLY_WHEN_STABLE: 1
linux: &linux
os: linux
dist: xenial
language: python
python: "3.7"
services:
- docker
osx: &osx
os: osx
language: generic
matrix:
include:
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6 CONAN_ARCHS=x86_64 CONAN_CURRENT_PAGE=1 CONAN_TOTAL_PAGES=2
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6 CONAN_ARCHS=x86_64 CONAN_CURRENT_PAGE=2 CONAN_TOTAL_PAGES=2
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=1 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=2 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=3 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=4 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=5 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=6 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=7 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=8 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=9 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=10 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=11 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *linux
env: CONAN_DOCKER_IMAGE=conanio/gcc7-centos6-x86 CONAN_CURRENT_PAGE=12 CONAN_TOTAL_PAGES=12 CONAN_ARCHS=x86
- <<: *osx
osx_image: xcode9.2
env: CONAN_CURRENT_PAGE=1 CONAN_TOTAL_PAGES=4 CONAN_ARCHS=x86_64
- <<: *osx
osx_image: xcode9.2
env: CONAN_CURRENT_PAGE=2 CONAN_TOTAL_PAGES=4 CONAN_ARCHS=x86_64
- <<: *osx
osx_image: xcode9.2
env: CONAN_CURRENT_PAGE=3 CONAN_TOTAL_PAGES=4 CONAN_ARCHS=x86_64
- <<: *osx
osx_image: xcode9.2
env: CONAN_CURRENT_PAGE=4 CONAN_TOTAL_PAGES=4 CONAN_ARCHS=x86_64
install:
- chmod +x .travis/install.sh
- ./.travis/install.sh
script:
- chmod +x .travis/run.sh
- ./.travis/run.sh