From adb389b3b11dd298d06ce3bc695a421775cabafc Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Sun, 18 Jan 2015 09:56:02 +0100 Subject: [PATCH] travis file --- .travis.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .travis.yaml diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 000000000..233521a1d --- /dev/null +++ b/.travis.yaml @@ -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 \ No newline at end of file