forked from axmolengine/axmol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
64 lines (59 loc) · 1.28 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
language: cpp
jobs:
include:
# osx
- os: osx
env: BUILD_TARGET=osx
osx_image: xcode11.6
# ios
- os: osx
env: BUILD_TARGET=ios
osx_image: xcode11.6
# android
- os: linux
dist: xenial
env:
- BUILD_TARGET=android
- PYENV_VERSION=2.7.18
language: android
# linux
- os: linux
dist: bionic
env:
- BUILD_TARGET=linux
- GEN_BINDING_AND_COCOSFILE=false
# android_lua
#- os: linux
# env: BUILD_TARGET=android_lua
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-6
#- os: linux
# env: BUILD_TARGET=android_cocos_new_test
#- os: linux
# env: BUILD_TARGET=linux_cocos_new_test
#- os: osx
# env: BUILD_TARGET=ios_cocos_new_lua_test
# osx_image: xcode11
#- os: osx
# env: BUILD_TARGET=ios_cocos_new_cpp_test
# osx_image: xcode11
script:
- while sleep 9m; do echo "=====[ Build is still running after $SECONDS seconds ]====="; done &
- tools/travis-scripts/run-script.sh
- kill %1
before_install:
- tools/travis-scripts/before-install.sh
jdk:
- oraclejdk8
cache:
bundler: true
notifications:
email: false
# blocklist
branches:
except:
- v4