Added drone CI yml
This commit is contained in:
parent
ea1b347a47
commit
38d55de63f
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
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: google/dart
|
||||
commands:
|
||||
- pub get
|
||||
- pub run test
|
Loading…
Add table
Reference in a new issue