mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
travis file
This commit is contained in:
parent
285ea3b569
commit
adb389b3b1
1 changed files with 29 additions and 0 deletions
29
.travis.yaml
Normal file
29
.travis.yaml
Normal 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
|
||||
Loading…
Add table
Reference in a new issue