1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Updates the framework build in travis script to use an absolute path. (#332)

This commit is contained in:
Andrew Brogdon
2020-02-20 09:23:46 -08:00
committed by GitHub
parent 6c5a02733a
commit ede7c584c1
3 changed files with 15 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ echo "Pre-caching ios artifacts, such as the Flutter.framework"
echo "Fetching dependencies and building 'flutter_module'."
pushd add_to_app/flutter_module
"${LOCAL_SDK_PATH}/bin/flutter" packages get
"${LOCAL_SDK_PATH}/bin/flutter" build ios-framework --output=../ios_using_prebuilt_module/Flutter
"${LOCAL_SDK_PATH}/bin/flutter" build ios-framework --output="$(pwd)/../ios_using_prebuilt_module/Flutter"
popd
echo "Fetching dependencies for 'flutter_module_using_plugin'."