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-05-08 19:43:57 +08:00

26 lines
697 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: 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-shrink
- run:
name: BUild the Android apks
command: flutter build build apk --split-per-abi --no-shrink
- store_artifacts:
path: build/app/outputs/