From 65ec886c6956e8dd59fde584a6b84e82d2b4e733 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Tue, 30 May 2017 21:34:38 +0800 Subject: [PATCH] * --- appveyor.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 51f82ac1..1a0ca90d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,14 +42,26 @@ install: build_script: - if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x86] SET PATH=C:\mingw32\bin;%PATH% - if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] SET PATH=C:\mingw64\bin;%PATH% - - if [%tbs_arch%]==[x86] SET GOARCH=386 - go build -v -o "godoc_windows_%GOARCH%.exe" -ldflags="-w -X github.com/lifei6671/godoc/conf.VERSION=%APPVEYOR_REPO_TAG_NAME% -X 'github.com/lifei6671/godoc/conf.BUILD_TIME=`date`' -X 'conf.GO_VERSION=`github.com/lifei6671/godoc/go version`'" - + - rd /q /f /s commands controllers models modules data routers tasks vendor docs search utils graphics .git Godeps uploads/* .gitignore .travis.yml Dockerfile gide.yaml LICENSE main.go README.md conf/enumerate.go conf/mail.go install.lock *.md + - 7z a -t7z -r godoc_windows_%GOARCH%.7z conf/app.conf static/* godoc_windows_%GOARCH%.exe views/* database/* logs/* uploads/* test_script: - godoc_windows_%GOARCH%.exe version + - dir notifications: - provider: Email to: - lifei6671@163.com - on_build_success: false \ No newline at end of file + on_build_success: false + +deploy: + - provider: GitHub + name: production + auth_token: + secure: + draft: false + artifact: + on: + branch: master + appveyor_repo_tag: true \ No newline at end of file