forked from mirrors/linphone-iphone
travis: separated xctool build and xctool test target to keep test output
This commit is contained in:
parent
fcc3ddc754
commit
814825a4a1
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ install:
|
|||
- mkdir -p Screens
|
||||
- export KIF_SCREENSHOTS=`pwd`/Screens
|
||||
|
||||
script: xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build test 1>/dev/null
|
||||
script:
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 build 1>/dev/null
|
||||
- xctool -project linphone.xcodeproj -scheme linphone -sdk iphonesimulator8.1 test
|
||||
|
||||
after_script:
|
||||
- ./Tools/imgur_upload.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue