mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
22 lines
478 B
YAML
22 lines
478 B
YAML
language: objective-c
|
|
xcode_project: linphone.xcodeproj
|
|
xcode_scheme: linphone
|
|
|
|
git:
|
|
submodules: false
|
|
|
|
env:
|
|
global:
|
|
- VERSION="8.1"
|
|
- BYPASS_TOOLCHECK=1
|
|
|
|
install:
|
|
- cd submodules/build
|
|
- make download-sdk
|
|
- cd ../..
|
|
- git submodule update --init Classes/KIF
|
|
- git submodule update --init --recursive submodules/linphone
|
|
- ls -la
|
|
|
|
script:
|
|
- xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator8.1 test
|