mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
ios CI: Try building the app without code signing
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
||||
- run: which dart
|
||||
- run: dart ./scripts/setup_env.dart
|
||||
- run: flutter test
|
||||
- run: flutter build ios --release --no-codesign
|
||||
- run: ./scripts/build_ios.sh
|
||||
|
@ -33,9 +33,9 @@ if [ ! -L "gj_common" ]; then
|
||||
ln -s git_bindings/gj_common gj_common
|
||||
fi
|
||||
|
||||
flutter build ios --release
|
||||
flutter build ios --release --no-codesign
|
||||
|
||||
cd ios
|
||||
fastlane release
|
||||
#cd ios
|
||||
#fastlane release
|
||||
|
||||
git co .
|
||||
#git co .
|
||||
|
Reference in New Issue
Block a user