1 Star 0 Fork 0

王存露/dry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wercker.yml 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
moncho 提交于 2019-02-26 11:32 . Upgrade go version
box: golang:1.12
dev:
steps:
- internal/watch:
code: |
go build ./...
./source
build:
steps:
- wercker/setup-go-workspace:
package-dir: github.com/moncho/dry
# golint step!
- wercker/golint:
exclude: "vendor"
# Build the project
- script:
name: go build
code: |
GO111MODULE=on go build .
# Test the project
- script:
name: go test
code: |
GO111MODULE=on go test $(go list ./... | grep -v /vendor/)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c141015/dry.git
git@gitee.com:c141015/dry.git
c141015
dry
dry
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385