campaigner/.gitlab-ci.yml

13 lines
138 B
YAML
Raw Normal View History

2020-04-27 12:23:05 +02:00
image: golang:1.14-buster
build:
stage: build
script:
- make build
artifacts:
paths:
- campaigner
stages:
- build