mirror of https://github.com/mindoc-org/mindoc.git
28 lines
451 B
YAML
28 lines
451 B
YAML
version: "{build}"
|
|
skip_tags: true
|
|
clone_folder: c:\gopath\src\github.com\lifei6671\godoc
|
|
clone_depth: 1
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
GOVERSION: 1.8
|
|
|
|
build: false
|
|
deploy: true
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
- go get -d ./...
|
|
|
|
test_script:
|
|
- set GO_ENABLED=1
|
|
- go build -x -v -tags "pam" -ldflags "-w"
|
|
|
|
notifications:
|
|
- provider: Email
|
|
to:
|
|
- lifei6671@163.com
|
|
on_build_success: false |