mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Added gitlab ci config
This commit is contained in:
parent
4148c404c1
commit
9bec8caa9a
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user