This repository has been archived on 2020-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
cmd/.drone.yml
lunny b97dbfa13a
All checks were successful
continuous-integration/drone/push Build is passing
lunny/update_drone (#67)
2019-06-11 07:33:17 +00:00

10 lines
200 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.12
commands:
- cd xorm
- go build -v -mod=vendor
- go test -v -mod=vendor -race -coverprofile=coverage.txt -covermode=atomic