macos-pipeline-drone/.drone.yml

26 lines
368 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:54:02 +07:00
steps:
2021-03-17 14:07:33 +07:00
- name: fastlane
2021-03-17 12:54:02 +07:00
commands:
2021-03-17 14:07:33 +07:00
- fastlane --version
2021-03-17 14:15:47 +07:00
steps:
- name: flutter
commands:
- flutter --version