feat(构建脚本): 添加构建脚本

This commit is contained in:
2020-09-24 01:58:17 +08:00
parent d1284d6df6
commit 609710a0eb
2 changed files with 6 additions and 6 deletions

View File

@ -4,15 +4,11 @@ type: docker
name: goenv
steps:
- name: build1
pull: if-not-exists
image: ghcr.io/xiaoqidun/build
commands:
- build -f build.sh -i goenv.go -o release/goenv
- name: build2
- name: build
pull: if-not-exists
image: xiaoqidun/goenv
commands:
- chmod +x build.sh
- ./build.sh
- name: upload
pull: if-not-exists