sprinklers3/.drone.yml

7 lines
153 B
YAML
Raw Normal View History

2018-08-29 03:27:52 -06:00
pipeline:
build:
image: node:10-alpine
commands:
- apk add yarn python make g++
- yarn install --frozen-lockfile
- yarn build