5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 12:10:26 +00:00
matterbridge/vendor/gitlab.com/golang-commonmark/html/.gitlab-ci.yml

17 lines
200 B
YAML
Raw Normal View History

image: golang:1.11
stages:
- build
- test
build:
stage: build
script:
- go build ./...
test:
stage: test
script:
- test -z "$(gofmt -l . | tee /dev/stderr)"
- go test ./...