mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Merge branch 'ci-testing' into 'master'
Update .gitlab-ci.yml See merge request hoggit/developers/hoggit!1
This commit is contained in:
commit
4c4b4d6ba2
@ -2,16 +2,13 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build_lua:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- squish --uglify
|
- squish --uglify
|
||||||
- ldoc $CI_PROJECT_DIR
|
- ldoc $CI_PROJECT_DIR
|
||||||
only:
|
|
||||||
- master
|
deploy_lua:
|
||||||
- tags
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
|
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user