ohthatsa_old/.drone.yml
2020-06-13 22:14:06 +02:00

15 lines
No EOL
206 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: google/dart
commands:
- flutter pub get
- flutter pub run test
trigger:
branch:
- master
event:
- push