From fbf3bbdc7d5b1bd5ed3ce3179cd1ff766e71b1df Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Tue, 30 May 2017 19:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=20appveyor=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..d8bdeb23 --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file