Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,31 @@ matrix:
sudo: required
# android ndk-build
- os: linux
dist: xenial
env: BUILD_TARGET=android_cpp_ndk-build
language: android
sudo: required
# android_lua ndk-build
- os: linux
dist: xenial
env: BUILD_TARGET=android_lua_ndk-build
language: android
sudo: required
# android cmake
- os: linux
dist: xenial
env: BUILD_TARGET=android_cpp_cmake
language: android
sudo: required
# android_lua cmake
- os: linux
dist: xenial
env: BUILD_TARGET=android_lua_cmake
language: android
sudo: required
# android_js cmake
- os: linux
dist: xenial
env: BUILD_TARGET=android_js_cmake
language: android
sudo: required
Expand All @@ -67,6 +72,7 @@ matrix:
osx_image: xcode9.3
sudo: required
- os: linux
dist: xenial
env: BUILD_TARGET=android_cocos_new_cpp_test
language: android
sudo: required
Expand Down