mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
build_ios: Make it less verbose
This commit is contained in:
@ -23,9 +23,9 @@ export LIBS_URL="https://github.com/GitJournal/ios-libraries/releases/download/v
|
|||||||
|
|
||||||
if [ ! -d "ios/libs" ]; then
|
if [ ! -d "ios/libs" ]; then
|
||||||
echo "Downloading Libs"
|
echo "Downloading Libs"
|
||||||
wget "$LIBS_URL"
|
wget -q "$LIBS_URL"
|
||||||
cd ios
|
cd ios
|
||||||
unzip ../libs.zip
|
unzip -q ../libs.zip
|
||||||
cd -
|
cd -
|
||||||
rm libs.zip
|
rm libs.zip
|
||||||
fi
|
fi
|
||||||
@ -46,4 +46,4 @@ echo "Build Name: $BUILD_NAME"
|
|||||||
flutter build ios --release --no-codesign --build-number=$BUILD_NUM --build-name=$BUILD_NAME
|
flutter build ios --release --no-codesign --build-number=$BUILD_NUM --build-name=$BUILD_NAME
|
||||||
|
|
||||||
cd ios
|
cd ios
|
||||||
fastlane release
|
bundle exec fastlane release
|
||||||
|
Reference in New Issue
Block a user