2014-05-12 21:54:24 +08:00
|
|
|
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"
|
2014-05-13 21:26:25 +08:00
|
|
|
- PLATFORM=mac-ios SDK=macosx10.9 ARCH=x86_64 SCHEME="build all tests Mac"
|
|
|
|
|
2015-02-12 18:34:08 +08:00
|
|
|
notifications:
|
|
|
|
email: false
|
2014-05-13 21:26:25 +08:00
|
|
|
|
|
|
|
# whitelist
|
|
|
|
branches:
|
|
|
|
only:
|
2015-08-18 10:17:44 +08:00
|
|
|
- v3.8
|