Task: Add drone ci for cubetiq dart shared

This commit is contained in:
Sambo Chea 2021-09-11 17:22:52 +07:00
parent 51f7293977
commit 5904c44789

14
.drone.yaml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
steps:
- name: flutter-dart-version
commands:
- flutter --version
- dart --version
- name: whoami
commands:
- whoami