Travis wait (#506)
Summary: Depends on https://github.com/facebook/flipper/issues/505. The test case there works for the JS part but times out during the XCode build. This gives us a bit more time. Pull Request resolved: https://github.com/facebook/flipper/pull/506 Reviewed By: priteshrnandgaonkar Differential Revision: D16561461 Pulled By: passy fbshipit-source-id: 15cc18b8c57732ef73a874256305542d439b3d2c
This commit is contained in:
committed by
Facebook Github Bot
parent
9c2ae7632c
commit
43a3c33347
@@ -59,7 +59,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- cd iOS/Sample
|
- cd iOS/Sample
|
||||||
- IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$")
|
- IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$")
|
||||||
- xcodebuild clean build -workspace Sample.xcworkspace -scheme Sample -sdk $IPHONESIMULATOR -quiet > ./build.log
|
- travis_wait xcodebuild clean build -workspace Sample.xcworkspace -scheme Sample -sdk $IPHONESIMULATOR -quiet > ./build.log
|
||||||
- tail -100 ./build.log
|
- tail -100 ./build.log
|
||||||
- language: objective-c
|
- language: objective-c
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- cd iOS/SampleSwift
|
- cd iOS/SampleSwift
|
||||||
- IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$")
|
- IPHONESIMULATOR=$(xcodebuild -showsdks | grep -o "iphonesimulator[0-9]\\+\\.[0-9]\\+$")
|
||||||
- xcodebuild clean build -workspace SampleSwift.xcworkspace -scheme SampleSwift -sdk $IPHONESIMULATOR -quiet > ./build.log
|
- travis_wait xcodebuild clean build -workspace SampleSwift.xcworkspace -scheme SampleSwift -sdk $IPHONESIMULATOR -quiet > ./build.log
|
||||||
- tail -100 ./build.log
|
- tail -100 ./build.log
|
||||||
- language: android
|
- language: android
|
||||||
os: linux
|
os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user