mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Merge branch 'ci-testing' into 'master'
Ci testing See merge request hoggit/developers/hoggit!2
This commit is contained in:
commit
bb4803baa0
@ -6,12 +6,24 @@ build_lua:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- squish --uglify
|
- squish --uglify
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 day
|
||||||
|
paths:
|
||||||
|
- dist/
|
||||||
|
|
||||||
|
build_documentation:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
- ldoc $CI_PROJECT_DIR
|
- ldoc $CI_PROJECT_DIR
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 day
|
||||||
|
paths:
|
||||||
|
- doc/
|
||||||
|
|
||||||
deploy_lua:
|
deploy_lua:
|
||||||
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_COMMIT_REF_NAME
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
Loading…
x
Reference in New Issue
Block a user