20 lines
501 B
YAML
20 lines
501 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: false
|
||
|
|
|
||
|
|
# whitelist
|
||
|
|
branches:
|
||
|
|
only:
|
||
|
|
- v3.8
|