forked from cocos2d/cocos2d-x-external
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (42 loc) · 958 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
matrix:
include:
- os: osx
language: cpp
osx_image: xcode9.3
sudo: required
env: BUILD_TARGET=ios_build
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=android_lib_x86_64
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=android_game12
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=android_lib_armeabi_v7a
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=android_lib_x86
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=android_lib_arm64_v8a
- os: linux
language: cpp
sudo: required
env: BUILD_TARGET=linux
- os: osx
language: cpp
osx_image: xcode9.3
sudo: required
env: BUILD_TARGET=osx
script:
- tools/travis-scripts/run-script.sh
before_install:
- tools/travis-scripts/before-install.sh
cache:
bundler: true