add drone config file

这个提交包含在:
Jeffrey Paul 2020-11-19 07:54:28 -08:00
父节点 f7e21d32e1
当前提交 eca3712933
共有 1 个文件被更改,包括 25 次插入0 次删除

25
.drone.yml 普通文件
查看文件

@ -0,0 +1,25 @@
# 345678911234567892123456789312345678941234567895123456789612345678971234567898
kind: pipeline
name: test-build
versions:
- &ruby_container
ruby@sha256:7c77d7351acbf335aeda71bce3ef60403ce703de87064b885f340592e97cc11f
steps:
- name: build
image: *ruby_container
commands:
- >
apt update
&&
apt install -yqq
bsdmainutils
ghostscript
imagemagick
nodejs
npm
time
- npm install -g yarn
- gem install bundler
- time make build