mirror of https://github.com/mindoc-org/mindoc.git
修改配置
parent
2c55dbdea3
commit
ee9cc514b2
|
@ -3,7 +3,7 @@ language: go
|
|||
go:
|
||||
- 1.8
|
||||
|
||||
before_install:
|
||||
before_deploy:
|
||||
- sudo apt-get -qq update
|
||||
- go get -v -u ./...
|
||||
- GOARCH=amd64 GOOS=linux go build -o godoc_linux_amd64 -ldflags="-w -X main.VERSION=$TAG -X 'main.BUILD_TIME=`date`' -X 'main.GO_VERSION=`go version`'"
|
||||
|
|
Loading…
Reference in New Issue