Files
pig-farm-controller/vendor/github.com/jinzhu/inflection/wercker.yml
huang cf00a74008 1. 实现配置文件解析
2. 实现数据库连接
2025-09-07 17:50:04 +08:00

24 lines
354 B
YAML

box: golang
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get
# Build the project
- script:
name: go build
code: |
go build ./...
# Test the project
- script:
name: go test
code: |
go test ./...