mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 20:38:25 +00:00
Use gitea forked macaron (#7933)
Signed-off-by: Tamal Saha <tamal@appscode.com>
This commit is contained in:
committed by
techknowlogick
parent
ca6fb004ac
commit
171b359877
9
vendor/gitea.com/macaron/toolbox/.drone.yml
generated
vendored
Normal file
9
vendor/gitea.com/macaron/toolbox/.drone.yml
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.11
|
||||
commands:
|
||||
- go build -v
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||
Reference in New Issue
Block a user