Update .gitlab-ci.yml

This commit is contained in:
Jeremy Smitherman
2019-03-20 19:51:25 +00:00
parent 7e67541894
commit 0ea873c05b

View File

@@ -6,12 +6,22 @@ build_lua:
stage: build
script:
- squish --uglify
artifacts:
paths:
- dist/
build_documentation:
stage: build
script:
- ldoc $CI_PROJECT_DIR
artifacts:
paths:
- doc/
deploy_lua:
stage: deploy
script:
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
- python3 /opt/hoggit_releaser/releaser.py . $CI_COMMIT_REF_NAME
only:
- master
- tags