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