forked from cubetiq/cubetiq_dart_shared
Task: Add drone ci for cubetiq dart shared
This commit is contained in:
parent
51f7293977
commit
5904c44789
14
.drone.yaml
Normal file
14
.drone.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user