Files
ordoor/.gitlab-ci.yml

8 lines
85 B
YAML

image: golang:1.10
build:
script:
- make all
artifacts:
untracked: true