uhr/.drone.yml
Manuel Friedli 17fd6f70b8
All checks were successful
continuous-integration/drone/push Build is passing
Add .drone.yml for continuous integration on Drone CI.
2019-05-03 18:48:36 +02:00

15 lines
232 B
YAML

kind: pipeline
name: default
steps:
- name: prepare
image: node:12
commands:
- npm install
- name: build
image: node:12
environment:
NPMPATH: "node_modules/.bin"
commands:
- $NPMPATH/grunt