xctool command

This commit is contained in:
Guillaume BIENKOWSKI 2015-01-18 10:07:44 +01:00
parent f0c577d35e
commit a3ff9a4b78

View file

@ -22,10 +22,5 @@ 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
script:
- xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -test-sdk $TEST_SDK -simulator $SIMULATOR clean test