Browse Source

fix drone ci

master
Gisle Aune 4 years ago
parent
commit
49952dede1
  1. 4
      .drone.yml

4
.drone.yml

@ -36,19 +36,21 @@ pipeline:
commands: commands:
- mkdir -p /go/src/github.com/gissleh/ - mkdir -p /go/src/github.com/gissleh/
- mv /project/irc /go/src/github.com/gissleh/ - mv /project/irc /go/src/github.com/gissleh/
- cd /go/src/github.com/gissleh/irc/
test-1.10: test-1.10:
image: golang:1.10 image: golang:1.10
commands: commands:
- cd /go/src/github.com/gissleh/irc/
- go test ./... -v - go test ./... -v
- go test -bench ./... - go test -bench ./...
test-1.9: test-1.9:
image: golang:1.9 image: golang:1.9
commands: commands:
- cd /go/src/github.com/gissleh/irc/
- go test ./... -v - go test ./... -v
- go test -bench ./... - go test -bench ./...
test-1.8: test-1.8:
image: golang:1.8 image: golang:1.8
commands: commands:
- cd /go/src/github.com/gissleh/irc/
- go test ./... -v - go test ./... -v
- go test -bench ./... - go test -bench ./...
Loading…
Cancel
Save