mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
deploy coverage
This commit is contained in:
parent
afefc7f5fa
commit
e786a44c83
1 changed files with 12 additions and 4 deletions
|
@ -98,15 +98,23 @@ integration:
|
|||
# Stage: deliver
|
||||
##############################################################################
|
||||
|
||||
deliver:
|
||||
website:
|
||||
stage: deploy
|
||||
script:
|
||||
- rsync web/landing.html $DEPLOY_PATH/index.html
|
||||
- rsync -r build/doc/html/ $DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
|
||||
only:
|
||||
- develop
|
||||
dependencies:
|
||||
- docs
|
||||
tags:
|
||||
- villas-deploy
|
||||
|
||||
deliver:
|
||||
stage: deploy
|
||||
script:
|
||||
- rsync -r build/release/doc/html/ $DEPLOY_PATH/doc/$CI_BUILD_REF_NAME/
|
||||
- rsync -r build/release-coverage/coverage/ $DEPLOY_PATH/coverage/$CI_BUILD_REF_NAME/
|
||||
dependencies:
|
||||
- docs
|
||||
- coverage
|
||||
tags:
|
||||
- villas-deploy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue