Automate building

This commit is contained in:
Tyler 2017-06-11 21:04:45 -04:00
parent bed2ffbec7
commit 9be4d884fc
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
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