Added gitlab ci config

This commit is contained in:
Jeremy Smitherman 2019-03-20 19:01:17 +00:00
parent 4148c404c1
commit 9bec8caa9a

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
build:
script:
- squish --uglify
- ldoc $CI_PROJECT_DIR
deploy:
script:
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
only:
- master
- tags