mirror of
https://github.com/stonega/tsacdop
synced 2025-03-13 01:30:07 +01:00
new file: .circleci/config.yaml
This commit is contained in:
parent
0d1d8a9222
commit
024c25754a
26
.circleci/config.yaml
Normal file
26
.circleci/config.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
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:
|
||||
name: Build the Android version
|
||||
command: flutter build apk
|
||||
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/apk/release/app-release.apk
|
Loading…
x
Reference in New Issue
Block a user