1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-06 18:15:48 +00:00
gitea/vendor/gitea.com/macaron/inject/.drone.yml
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
Signed-off-by: Tamal Saha <tamal@appscode.com>
2019-08-23 12:40:29 -04:00

21 lines
335 B
YAML

kind: pipeline
name: go1-1-1
steps:
- name: test
image: golang:1.11
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
---
kind: pipeline
name: go1-1-2
steps:
- name: test
image: golang:1.12
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic