standard/.drone.yml
Timo Hocker d3434ab10b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
use deployment image
2020-07-09 21:29:47 +02:00

17 lines
320 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: npm-deploy
commands:
- npm i -g typescript
- node ci.js