mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
尝试 appveyor 编译
This commit is contained in:
parent
2e91e41467
commit
fbf3bbdc7d
27
appveyor.yml
Normal file
27
appveyor.yml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
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:
|
||||||
|
- GO_ENABLED=1 go build -x -v -tags "pam" -ldflags "-w"
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Email
|
||||||
|
to:
|
||||||
|
- lifei6671@163.com
|
||||||
|
on_build_success: false
|
Loading…
Reference in New Issue
Block a user