mirror of https://github.com/axmolengine/axmol.git
18 lines
424 B
YAML
18 lines
424 B
YAML
language: cpp
|
|
script:
|
|
- export NACL_SDK_ROOT=$HOME/bin/nacl_sdk/pepper_canary
|
|
- export PATH=$PATH:$NACL_SDK_ROOT/toolchain/linux_x86_newlib/bin
|
|
- export NDK_ROOT=$HOME/bin/android-ndk
|
|
- ./tools/travis-scripts/run-script.sh
|
|
before_install:
|
|
- ./tools/travis-scripts/before-install.sh
|
|
env:
|
|
matrix:
|
|
# - GEN_JSB=YES
|
|
- PLATFORM=linux DEBUG=1
|
|
- PLATFORM=nacl DEBUG=1
|
|
- PLATFORM=android
|
|
branches:
|
|
only:
|
|
- master
|