macos-pipeline-drone/.drone.yml

21 lines
285 B
YAML
Raw Normal View History

2021-03-17 12:37:20 +07:00
kind: pipeline
type: exec
name: default
2021-03-17 12:48:05 +07:00
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
2021-03-17 12:50:42 +07:00
- name: test
commands:
2021-03-17 12:53:11 +07:00
- flutter --version