This commit is contained in:
parent
c2c378a0f2
commit
54651c447d
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue