Timo Hocker
d3434ab10b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
17 lines
320 B
YAML
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
|