cubetiq_dart_shared/.drone.yml

14 lines
224 B
YAML
Raw Permalink Normal View History

kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
steps:
- name: flutter-dart-version
commands:
- flutter --version
- dart --version
2021-09-11 17:36:11 +07:00
- name: test
commands:
- dart test