mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2026-08-23 02:08:10 +00:00
Added gitlab ci config
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user