drone new stage test-android-build does one apk --debug build

This commit is contained in:
Dan Ballard 2021-06-17 14:26:39 -07:00
parent 8b8b20e7b6
commit 506ddeeb10
1 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,16 @@ steps:
- tar -czf cwtch-`cat ../VERSION`.tar.gz cwtch
- rm -r cwtch
- name: test-build-android
image: cirrusci/flutter:dev
when: pull_request
event:
volumes:
- name: deps
path: /root/.pub-cache
commands:
- flutter build apk --debug
- name: build-android
image: cirrusci/flutter:dev
when: