deb-simple/.gitlab-ci.yml

12 lines
208 B
YAML
Raw Normal View History

2017-06-12 01:04:45 +00:00
image: git.meow.tf:4567/tyler/golang-glide
build:
script:
- cd $CI_PROJECT_DIR/src/meow.tf/deb-simple
- glide install
- cd $CI_PROJECT_DIR
- go build -o simple
artifacts:
paths:
- simple