mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Travis: use xctool now that kif is OK
This commit is contained in:
parent
da2d346a05
commit
87a31e5c15
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
language: objective-c
|
||||
xcode_project: linphone.xcodeproj
|
||||
xcode_scheme: linphone
|
||||
xcode_sdk: iphonesimulator8.1
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
|
@ -16,7 +17,3 @@ install:
|
|||
- cd ../..
|
||||
- git submodule update --init Classes/KIF
|
||||
- git submodule update --init --recursive submodules/linphone
|
||||
- ls -la
|
||||
|
||||
script:
|
||||
- xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone 6,OS=${VERSION}" test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue