mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Unmasking CI error codes from iOS (#710)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -o pipefail # Necessary so xcpretty won't mask xcodebuild failures later.
|
||||||
|
|
||||||
echo "Pre-caching ios artifacts, such as the Flutter.framework"
|
echo "Pre-caching ios artifacts, such as the Flutter.framework"
|
||||||
flutter precache --no-web --no-linux --no-windows --no-fuchsia --no-android --no-macos
|
flutter precache --no-web --no-linux --no-windows --no-fuchsia --no-android --no-macos
|
||||||
@@ -21,11 +22,6 @@ pushd add_to_app/fullscreen/flutter_module
|
|||||||
flutter packages get
|
flutter packages get
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "Fetching dependencies and building 'multiple_flutters/multiple_flutters_module'."
|
|
||||||
pushd add_to_app/multiple_flutters/multiple_flutters_module
|
|
||||||
flutter packages get
|
|
||||||
popd
|
|
||||||
|
|
||||||
echo "== Testing 'add_to_app/fullscreen/ios_fullscreen' on Flutter's $FLUTTER_VERSION channel =="
|
echo "== Testing 'add_to_app/fullscreen/ios_fullscreen' on Flutter's $FLUTTER_VERSION channel =="
|
||||||
pushd "add_to_app/fullscreen/ios_fullscreen"
|
pushd "add_to_app/fullscreen/ios_fullscreen"
|
||||||
|
|
||||||
@@ -76,23 +72,4 @@ COMPILER_INDEX_STORE_ENABLE=NO CONFIGURATION=Release \
|
|||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "== Testing 'add_to_app/multiple_flutters/multiple_flutters_ios' on Flutter's $FLUTTER_VERSION channel =="
|
|
||||||
pushd "add_to_app/multiple_flutters/multiple_flutters_ios"
|
|
||||||
|
|
||||||
pod install
|
|
||||||
|
|
||||||
xcodebuild -workspace "MultipleFluttersIos.xcworkspace" \
|
|
||||||
-scheme "MultipleFluttersIos" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO \
|
|
||||||
CODE_SIGN_IDENTITY=- EXPANDED_CODE_SIGN_IDENTITY=- \
|
|
||||||
COMPILER_INDEX_STORE_ENABLE=NO CONFIGURATION=Debug | xcpretty
|
|
||||||
|
|
||||||
xcodebuild -workspace "MultipleFluttersIos.xcworkspace" \
|
|
||||||
-scheme "MultipleFluttersIos" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO \
|
|
||||||
CODE_SIGN_IDENTITY=- EXPANDED_CODE_SIGN_IDENTITY=- \
|
|
||||||
COMPILER_INDEX_STORE_ENABLE=NO CONFIGURATION=Release \
|
|
||||||
-destination generic/platform=iOS | xcpretty
|
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
|
|
||||||
echo "-- Success --"
|
echo "-- Success --"
|
||||||
|
|||||||
Reference in New Issue
Block a user