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:
Pascal Hartig
2019-07-31 01:40:16 -07:00
committed by Facebook Github Bot
parent 9c2ae7632c
commit 43a3c33347

View File

@@ -59,7 +59,7 @@ matrix:
script:
- cd iOS/Sample
- 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
- language: objective-c
@@ -77,7 +77,7 @@ matrix:
script:
- cd iOS/SampleSwift
- 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
- language: android
os: linux