travis file

This commit is contained in:
Guillaume BIENKOWSKI 2015-01-18 09:56:02 +01:00
parent 285ea3b569
commit adb389b3b1

29
.travis.yaml Normal file
View file

@ -0,0 +1,29 @@
language: objective-c
git:
submodules: false
env:
global:
- VERSION="8.1"
matrix:
- TEST_SDK=iphonesimulator7.1 SIMULATOR=ipad
- TEST_SDK=iphonesimulator7.1 SIMULATOR=iphone
- TEST_SDK=iphonesimulator8.1 SIMULATOR=iphone
- TEST_SDK=iphonesimulator8.1 SIMULATOR=ipad
install:
- cd submodules/build
- make download-sdk
- cd ../..
- pod install
- ls -la
# Use Pods/Subliminal/.../subliminal-test if using Cocoapods
script: >
xctool
-scheme linphone
-workspace linphone.xcworkspace
-arch i386
-test-sdk $TEST_SDK -simulator $SIMULATOR
clean test