mirror of https://github.com/axmolengine/axmol.git
22 lines
561 B
YAML
22 lines
561 B
YAML
language: objective-c
|
|
script:
|
|
- export PYTHON_BIN=/usr/bin/python
|
|
- ./tools/travis-scripts/run-script.sh
|
|
before_install:
|
|
- ./tools/travis-scripts/before-install.sh
|
|
env:
|
|
matrix:
|
|
- PLATFORM=mac-ios SDK=iphonesimulator7.1 ARCH=i386 SCHEME="build all tests iOS"
|
|
# - PLATFORM=mac-ios SDK=iphonesimulator7.1 ARCH=x86_64 SCHEME="build all tests iOS"
|
|
- PLATFORM=mac-ios SDK=macosx10.9 ARCH=x86_64 SCHEME="build all tests Mac"
|
|
|
|
notifications:
|
|
email:
|
|
- xiaoming.zhang@cocos2d-x.org
|
|
- jianhua.chen@cocos2d-x.org
|
|
|
|
# whitelist
|
|
branches:
|
|
only:
|
|
- v3
|