Commit Graph

7 Commits

Author SHA1 Message Date
6543 81fa4e78ff Fix CI: Turn off go modules for xgo and gxz (#115)
Turn off go modules for xgo and gxz

as on https://github.com/go-gitea/gitea/pull/10963

Revert "Fix CI: workaround from @kolaente (#113)"

This reverts commit b37673c954.

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/115
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-04-06 14:21:36 +00:00
Lunny Xiao 5601c57059 Improve makefile to enable goproxy when go get tools. (#98)
makefile go mod

always enable GO111MODULE=on

Reviewed-on: https://gitea.com/gitea/tea/pulls/98
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
2020-03-05 09:22:41 +00:00
techknowlogick d1d3c70530 Same release targets as gitea (#73) 2019-11-15 03:46:18 +00:00
Lunny Xiao 912803706a Add missing make-compress to fix release (#23) 2019-04-27 21:01:07 +08:00
Bo-Yi Wu bf9620d18e chore: go support combine all coverage file (#24)
* Combine all coverage file in one command
* remove generate-coverage
* remove unused method: errCheck

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-04-26 14:51:03 +03:00
Lunny Xiao 6aa4629f05 fix drone (#21)
* fix drone

* remove docker on drone
2019-04-26 06:41:21 +03:00
Lunny Xiao d4f107b710 Add Makefile / .drone.yml, use go module with vendor (#20)
* add Makefile / .drone.yml, use go module with vendor

* Update .drone.yml

Co-Authored-By: lunny <xiaolunwen@gmail.com>
2019-04-25 20:06:53 +03:00