mirror of
https://github.com/stonega/tsacdop
synced 2025-01-10 14:23:08 +01:00
modified: .circleci/config.yml
This commit is contained in:
parent
f907dc6578
commit
87ca0e81fa
@ -20,9 +20,9 @@ jobs:
|
||||
- run: dart tool/env.dart
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build appbundle --obfuscate --split-debug-info=debug/
|
||||
command: flutter build appbundle --no-shirink --obfuscate --split-debug-info=debug/
|
||||
- run:
|
||||
name: Build the Android apk
|
||||
command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/
|
||||
command: flutter build apk --split-per-abi --no-shrink --obfuscate --split-debug-info=debug/
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/
|
||||
|
Loading…
Reference in New Issue
Block a user