sprinklers3/.drone.yml

8 lines
154 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
2018-09-02 02:57:55 -06:00
- yarn build