From 5904c447897c9b775d460c9891923b15d6964390 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 11 Sep 2021 17:22:52 +0700 Subject: [PATCH] Task: Add drone ci for cubetiq dart shared --- .drone.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..2b4435c --- /dev/null +++ b/.drone.yaml @@ -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 \ No newline at end of file