standard/.drone.yml

17 lines
325 B
YAML
Raw Normal View History

2020-07-09 21:10:20 +02:00
kind: pipeline
name: default
steps:
- name: setup
image: node:lts-alpine
commands:
- apk add --no-cache curl
- yarn
2020-07-09 21:16:23 +02:00
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
2020-07-09 21:10:20 +02:00
- name: build
image: node:lts-alpine
commands:
2020-07-09 21:16:23 +02:00
- npm i -g typescript
2020-07-09 21:10:20 +02:00
- node ci.js