You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-license/.drone.yml

12 lines
220 B
YAML

workspace:
base: /go
path: src/git.awesome-for.me/liuzhiguo/go-license
pipeline:
build:
image: golang
commands:
- go get golang.org/x/crypto/ed25519
- go install ./...
- go test -v ./...