standard/.drone.yml
Timo Hocker c0b5976b77
Some checks failed
continuous-integration/drone/push Build is failing
fix
2020-07-09 21:16:23 +02:00

17 lines
325 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 > ci.js
- name: build
image: node:lts-alpine
commands:
- npm i -g typescript
- node ci.js