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

10 lines
No EOL
138 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: google/dart
commands:
- pub get
- pub run test