Skip to content

Commit

Permalink
build inte and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Jul 30, 2024
1 parent e11f631 commit 5458157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ jobs:
- run: flutter build appbundle --flavor dev -t lib/main_dev.dart
- run: flutter build appbundle --flavor inte -t lib/main_inte.dart
- run: flutter build appbundle --flavor prod -t lib/main_prod.dart
- run: flutter build ios --flavor dev -t lib/main_dev.dart --release --no-codesign
7 changes: 5 additions & 2 deletions .github/workflows/flutter_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
cp $PP_DEV_PATH ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_INT_PATH ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PROD_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: |
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter test
- run: flutter build ios --flavor dev -t lib/main_dev.dart --release
- run: flutter build ios --flavor inte -t lib/main_inte.dart --release
- run: flutter build ios --flavor prod -t lib/main_prod.dart --release
2 changes: 1 addition & 1 deletion das_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
samples, guidance on mobile development, and a full API reference.

0 comments on commit 5458157

Please sign in to comment.