Added drone CI yml

This commit is contained in:
broodjeaap 2020-06-13 14:31:24 +02:00
parent ea1b347a47
commit 38d55de63f

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: google/dart
commands:
- pub get
- pub run test