Add drone CICD #3

Merged
Siklos merged 2 commits from cicd into master 2022-05-08 08:16:06 -04:00
Showing only changes of commit 54651c447d - Show all commits

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: test
image: cirrusci/flutter:stable
commands:
- sudo chown -R cirrus:cirrus .
- flutter doctor
- flutter test