1
0
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:
stonegate 2020-05-06 21:13:40 +08:00
parent 8063524ca8
commit f86652d8a3

View File

@ -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/