pominal/.gitlab-ci.yml

16 lines
146 B
YAML

---
image: golang:1.12.9
variables:
CGO_ENABLED: 0
stages:
- test
#- release
test:unit:
stage: test
script:
- make test_unit
#release