1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-25 07:47:51 +01:00
2020-02-13 14:47:09 +08:00

29 lines
646 B
YAML

version: 2
jobs:
build:
docker:
- image: cirrusci/flutter:v1.13.6
branches:
only: master
steps:
- checkout
- run:
name: Run Flutter doctor
command: flutter doctor
- run:
name: Run the application tests
command: flutter test
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
- run:
name: Build the Android version
command: flutter build apk --split-per-abi
- store_artifacts:
path: build/app/outputs/apk/release/