forked from mirrors/linphone-iphone
Travis
This commit is contained in:
parent
fb4ed447c4
commit
094863f80b
1 changed files with 8 additions and 6 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue