mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
ci: always build documentation
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
c32df33fe7
commit
6c8d466c03
1 changed files with 13 additions and 1 deletions
|
@ -17,6 +17,7 @@ stages:
|
||||||
- "Contribution checks"
|
- "Contribution checks"
|
||||||
- "Prepare container"
|
- "Prepare container"
|
||||||
- "Build and test"
|
- "Build and test"
|
||||||
|
- "Publish"
|
||||||
|
|
||||||
check-mr:
|
check-mr:
|
||||||
extends: .fdo.ci-fairy
|
extends: .fdo.ci-fairy
|
||||||
|
@ -87,7 +88,7 @@ build-clang:
|
||||||
rules:
|
rules:
|
||||||
- when: on_success
|
- when: on_success
|
||||||
|
|
||||||
pages:
|
build-docs:
|
||||||
extends: .fdo.distribution-image@alpine
|
extends: .fdo.distribution-image@alpine
|
||||||
stage: "Build and test"
|
stage: "Build and test"
|
||||||
script:
|
script:
|
||||||
|
@ -97,6 +98,17 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
|
rules:
|
||||||
|
- when: on_success
|
||||||
|
|
||||||
|
pages:
|
||||||
|
extends: .fdo.distribution-image@alpine
|
||||||
|
stage: "Publish"
|
||||||
|
script:
|
||||||
|
- "true"
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public/
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_PATH == "emersion/libdisplay-info" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_PROJECT_PATH == "emersion/libdisplay-info" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
Loading…
Reference in a new issue