mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 16:02:26 +08:00
*
This commit is contained in:
parent
65ec886c69
commit
eb82560818
@ -2,6 +2,8 @@
|
||||
|
||||
[](https://travis-ci.org/lifei6671/godoc)
|
||||
|
||||
[](https://ci.appveyor.com/project/lifei6671/godoc/branch/master)
|
||||
|
||||
MinDoc 是一款针对IT团队开发的简单好用的文档管理系统。
|
||||
|
||||
MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 laravel 开发的一款文档管理系统。因 PHP 的部署对普通用户来说太复杂,所以改用 Golang 开发。可以方便用户部署和实用。
|
||||
|
@ -17,9 +17,6 @@ environment:
|
||||
tbs_static_runtime: 1
|
||||
GOARCH: amd64
|
||||
|
||||
build: false
|
||||
deploy: true
|
||||
|
||||
install:
|
||||
|
||||
- ps: if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x64')
|
||||
@ -61,7 +58,7 @@ deploy:
|
||||
auth_token:
|
||||
secure:
|
||||
draft: false
|
||||
artifact:
|
||||
artifact: godoc_windows_%GOARCH%.7z
|
||||
on:
|
||||
branch: master
|
||||
appveyor_repo_tag: true
|
Loading…
Reference in New Issue
Block a user