This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
gitroast
Watch
1
Star
0
Fork
You've already forked gitroast
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
51f6148851
gitroast
/
.drone.yml
7 lines
104 B
YAML
Raw
Normal View
History
Unescape
Escape
test drone
2014-11-17 22:19:17 +00:00
image
:
go1.3
env
:
-
GOPATH=/var/cache/drone
script
:
test drone
2014-11-17 22:36:51 +00:00
-
go get -v
test drone
2014-11-17 22:19:17 +00:00
-
go build -v
-
go test -v ./...