forked from cocos2d/cocos2d-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
84 lines (80 loc) · 2.07 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
matrix:
include:
# linux
- os: linux
env:
- BUILD_TARGET=linux
- GEN_BINDING_AND_COCOSFILE=true
- secure: inveQzyGFbpNREm2kQDjlwgQhDwe1MeZLmD7f25IzDvh3BoAQvCVj3GGhH00v1Q5If5i6Ym1RmFCUo5795TQhYn6IWBPsErRQDirQz8zZi1E1PHF0tV2ljgRAoIMocdXwr8hNLXvhoag72/gb48A3FF/bv6QDOOTsincZ0gW/NA=
- secure: iHy5MVUlQAfGOI7OyOEaE9uZ6cZMyRx7EPuaqg2GVt5VWwEu2P1WIeEfmJRDyAzyrEghWdoCil9kCUyYx+ZVYGTRgXkPkt+Ksrk6MoxjQc28RbAY+EopH1KjMwIijlpeFv6DzqpiX462Yvh2RBzt+48Kq0DFEXXEBkRFM/G68MQ=
- secure: tftMO3qRdESmrrsv9+HaNUyG5sBwJH6mfcYS6jA3NZ88eoCekAyshaPvOyxAHs84G3GNoDrSnPCmj0MaGlAW3XmZUvcJZqLuMjD8yTnjONhVVQpdFQ9hlLEmiNW9OULw2dJANhLO9Nh0R3odunZpvoxff/GX3cBuAVYWffgoM9g=
language: cpp
sudo: required
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data
# android
- os: linux
env: BUILD_TARGET=android
language: android
sudo: required
android:
components:
- android-10
# mac lua-tests + js-tests
- os: osx
env: BUILD_TARGET=mac
language: cpp
osx_image: xcode7.3
sudo: required
python:
- "2.7"
cache: pip
# mac cpp-tests
- os: osx
env: BUILD_TARGET=mac BUILD_CPP=true
language: cpp
osx_image: xcode7.3
sudo: required
python:
- "2.7"
cache: pip
# iOS lua-tests + js-tests
- os: osx
env: BUILD_TARGET=ios
language: cpp
osx_image: xcode7.3
sudo: required
python:
- "2.7"
cache: pip
# iOS cpp-tests
- os: osx
env: BUILD_TARGET=ios BUILD_CPP=true
language: cpp
osx_image: xcode7.3
sudo: required
python:
- "2.7"
cache: pip
script:
- tools/travis-scripts/run-script.sh
before_install:
- tools/travis-scripts/before-install.sh
cache:
bundler: true
notifications:
email: false
# blocklist
branches:
except:
- v1
- v2
- v4-develop
- v3-doc
- v3.11_backup
- v35-for-tizen