macos-pipeline-drone/.drone.yml

18 lines
286 B
YAML
Raw Permalink 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
clone:
disable: true
steps:
2021-03-17 14:18:26 +07:00
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
2021-03-17 12:48:05 +07:00
2021-03-17 14:19:00 +07:00
steps:
2021-03-17 14:35:33 +07:00
- name: build-and-test
2021-03-17 12:54:02 +07:00
commands:
2021-03-17 14:35:33 +07:00
- yarn
- yarn test