Adds simple CI
This commit is contained in:
parent
5dde18d3ae
commit
055648300f
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
image: golang:1.14-buster
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- make build
|
||||
artifacts:
|
||||
paths:
|
||||
- campaigner
|
||||
|
||||
stages:
|
||||
- build
|
Loading…
Reference in a new issue