From 094863f80bb0cea911c928ae327002e340ab27e5 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 19 Jan 2015 20:30:59 +0100 Subject: [PATCH] Travis --- .travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c1972475..8dd406334 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file + - xcodebuild -scheme linphone -workspace linphone.xcworkspace -sdk iphonesimulator8.1 test + +after_script: + - ls -l $KIF_SCREENSHOTS \ No newline at end of file