Adds simple CI

This commit is contained in:
Miguel de la Cruz 2020-04-27 12:23:05 +02:00
parent 5dde18d3ae
commit 055648300f

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: golang:1.14-buster
build:
stage: build
script:
- make build
artifacts:
paths:
- campaigner
stages:
- build