mirror of
https://github.com/stonega/tsacdop
synced 2025-02-03 00:47:33 +01:00
modified: .circleci/config.yml
This commit is contained in:
parent
8063524ca8
commit
f86652d8a3
@ -16,12 +16,11 @@ jobs:
|
|||||||
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
|
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
|
||||||
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
||||||
- run: dart tool/env.dart
|
- run: dart tool/env.dart
|
||||||
- run:
|
|
||||||
name: Build the Android version
|
|
||||||
command: flutter build apk --split-per-abi --no-shrink
|
|
||||||
- run:
|
- run:
|
||||||
name: Build the Android bundle
|
name: Build the Android bundle
|
||||||
command: flutter build appbundle --no-shrink
|
command: flutter build appbundle --no-shrink --info
|
||||||
|
- run:
|
||||||
|
name: Build the Android version
|
||||||
|
command: flutter build apk --split-per-abi --no-shrink --info
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build/app/outputs/
|
path: build/app/outputs/
|
Loading…
x
Reference in New Issue
Block a user