This commit is contained in:
lifei6671 2017-05-30 21:39:23 +08:00
parent 65ec886c69
commit eb82560818
2 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,8 @@
[![Build Status](https://travis-ci.org/lifei6671/godoc.svg?branch=master)](https://travis-ci.org/lifei6671/godoc) [![Build Status](https://travis-ci.org/lifei6671/godoc.svg?branch=master)](https://travis-ci.org/lifei6671/godoc)
[![Build status](https://ci.appveyor.com/api/projects/status/ik70whjrioyvfy18/branch/master?svg=true)](https://ci.appveyor.com/project/lifei6671/godoc/branch/master)
MinDoc 是一款针对IT团队开发的简单好用的文档管理系统。 MinDoc 是一款针对IT团队开发的简单好用的文档管理系统。
MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 laravel 开发的一款文档管理系统。因 PHP 的部署对普通用户来说太复杂,所以改用 Golang 开发。可以方便用户部署和实用。 MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 laravel 开发的一款文档管理系统。因 PHP 的部署对普通用户来说太复杂,所以改用 Golang 开发。可以方便用户部署和实用。

View File

@ -17,9 +17,6 @@ environment:
tbs_static_runtime: 1 tbs_static_runtime: 1
GOARCH: amd64 GOARCH: amd64
build: false
deploy: true
install: install:
- ps: if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64') - ps: if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64')
@ -61,7 +58,7 @@ deploy:
auth_token: auth_token:
secure: secure:
draft: false draft: false
artifact: artifact: godoc_windows_%GOARCH%.7z
on: on:
branch: master branch: master
appveyor_repo_tag: true appveyor_repo_tag: true