Add build.
This commit is contained in:
parent
56cb64e1a1
commit
25cf1465ea
|
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:1.9
|
||||||
|
commands:
|
||||||
|
- go build
|
||||||
|
- go test
|
||||||
Loading…
Reference in New Issue