pominal/.gitlab-ci.yml

17 lines
146 B
YAML
Raw Normal View History

2019-06-30 01:25:36 +01:00
---
image: golang:1.12.8
variables:
CGO_ENABLED: 0
2019-06-30 01:25:36 +01:00
stages:
- test
#- release
test:unit:
2019-06-30 01:25:36 +01:00
stage: test
script:
- make test_unit
2019-06-30 01:25:36 +01:00
#release