axmol/.travis.yml

65 lines
1.3 KiB
YAML
Raw Normal View History

2020-09-04 17:19:51 +08:00
language: cpp
2020-09-08 09:52:17 +08:00
jobs:
include:
# osx
2020-09-04 16:47:32 +08:00
- 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
2020-09-08 09:52:17 +08:00
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
2020-09-08 07:54:39 +08:00
# 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:
2020-09-11 19:33:42 +08:00
- while sleep 9m; do echo "=====[ Build is still running after $SECONDS seconds ]====="; done &
- tools/travis-scripts/run-script.sh
- kill %1
before_install:
2020-09-11 19:33:42 +08:00
- tools/travis-scripts/before-install.sh
2019-08-01 14:58:59 +08:00
jdk:
- oraclejdk8
cache:
bundler: true
notifications:
email: false
# blocklist
branches:
except:
2019-11-25 19:26:08 +08:00
- v4