Compare commits
7 commits
e09e514acc
...
3091c022fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 3091c022fa | |||
| 3be861a5e9 | |||
| 190ffdb079 | |||
| 4672a5bc0d | |||
| e25800e633 | |||
| 55e2e9a1b3 | |||
| b23d69935b |
1 changed files with 9 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:1.6
|
||||||
|
environment:
|
||||||
|
- FOO=1
|
||||||
|
commands:
|
||||||
|
- go get -a -v
|
||||||
|
- make test
|
||||||
|
- make build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue