This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Deuxfleurs
/
bottin
Watch
6
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
test add drone CI
master
Alex
2 weeks ago
parent
e4b5c67be0
commit
af6dd95107
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.drone.yml
+ 7
- 0
.drone.yml
View File
@ -0,0 +1,7 @@
pipeline:
build:
image
:
golang:stretch
commands:
-
go get -d -v
-
go build -v
Write
Preview
Loading…
Cancel
Save