|
|
@ -60,16 +60,12 @@ xcodebuild \ |
|
|
|
| egrep "$XCODEBUILD_FILTER" \ |
|
|
|
| egrep "$XCODEBUILD_FILTER" \ |
|
|
|
| egrep -v "(GPBDictionary|GPBArray)" - |
|
|
|
| egrep -v "(GPBDictionary|GPBArray)" - |
|
|
|
|
|
|
|
|
|
|
|
# Temporarily disabled for (possible) flakiness on Jenkins. |
|
|
|
echo "TIME: $(date)" |
|
|
|
# Fix or reenable after confirmation/disconfirmation that it is the source of |
|
|
|
xcodebuild \ |
|
|
|
# Jenkins problem. |
|
|
|
-workspace Tests.xcworkspace \ |
|
|
|
|
|
|
|
-scheme CronetUnitTests \ |
|
|
|
# echo "TIME: $(date)" |
|
|
|
-destination name="iPhone 6" \ |
|
|
|
# xcodebuild \ |
|
|
|
test | xcpretty |
|
|
|
# -workspace Tests.xcworkspace \ |
|
|
|
|
|
|
|
# -scheme CronetUnitTests \ |
|
|
|
|
|
|
|
# -destination name="iPhone 6" \ |
|
|
|
|
|
|
|
# test | xcpretty |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "TIME: $(date)" |
|
|
|
echo "TIME: $(date)" |
|
|
|
xcodebuild \ |
|
|
|
xcodebuild \ |
|
|
|