ios CI: Try building the app without code signing

This commit is contained in:
Vishesh Handa
2020-09-04 23:03:35 +02:00
parent f9993f3dd3
commit ef816725ef
2 changed files with 5 additions and 5 deletions

View File

@ -17,4 +17,4 @@ jobs:
- run: which dart - run: which dart
- run: dart ./scripts/setup_env.dart - run: dart ./scripts/setup_env.dart
- run: flutter test - run: flutter test
- run: flutter build ios --release --no-codesign - run: ./scripts/build_ios.sh

View File

@ -33,9 +33,9 @@ if [ ! -L "gj_common" ]; then
ln -s git_bindings/gj_common gj_common ln -s git_bindings/gj_common gj_common
fi fi
flutter build ios --release flutter build ios --release --no-codesign
cd ios #cd ios
fastlane release #fastlane release
git co . #git co .