This commit is contained in:
Guillaume BIENKOWSKI 2015-01-19 20:30:59 +01:00
parent fb4ed447c4
commit 094863f80b

View file

@ -8,11 +8,10 @@ git:
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
- KIF_SCREENSHOTS="${TRAVIS_BUILD_DIR}/Screenshots"
before_script:
- mkdir -p $KIF_SCREENSHOTS
install:
- cd submodules/build
@ -23,4 +22,7 @@ install:
# Use Pods/Subliminal/.../subliminal-test if using Cocoapods
script:
- xcodebuild -scheme linphone -workspace linphone.xcworkspace -sdk iphonesimulator8.1 test
- xcodebuild -scheme linphone -workspace linphone.xcworkspace -sdk iphonesimulator8.1 test
after_script:
- ls -l $KIF_SCREENSHOTS