1
0
mirror of https://github.com/stonega/tsacdop synced 2024-12-14 09:24:54 +01:00
tsacdop-podcast-app-android/.circleci/config.yml
2020-07-16 19:23:55 +08:00

29 lines
860 B
YAML

version: 2
jobs:
build:
docker:
- image: cirrusci/flutter:beta
branches:
only: master
steps:
- checkout
- run:
name: Run Flutter doctor
command: flutter doctor
- run:
name: Update package
command: flutter update-packages --force-upgrade
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
- run: dart tool/env.dart
- run:
name: Build the Android version
command: flutter build appbundle --no-shirink --obfuscate --split-debug-info=debug/
- run:
name: Build the Android apk
command: flutter build apk --split-per-abi --no-shrink --obfuscate --split-debug-info=debug/
- store_artifacts:
path: build/app/outputs/