standard/.drone.yml
Timo Hocker 4798aeba0e
Some checks failed
continuous-integration/drone/push Build is failing
adapt to drone
2020-07-09 21:13:57 +02:00

16 lines
289 B
YAML

kind: pipeline
name: default
steps:
- name: setup
image: node:lts-alpine
commands:
- apk add --no-cache curl
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js
- name: build
image: node:lts-alpine
commands:
- node ci.js