macos-pipeline-drone/.drone.yml
Sambo Chea 177f4e55c6
Some checks failed
continuous-integration/drone/push Build is failing
Add flutter tests
2021-03-17 12:53:11 +07:00

21 lines
285 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
- name: test
commands:
- flutter --version