Build documentation.

This commit is contained in:
Florian Pose 2022-04-01 13:26:09 +02:00
parent 340584e114
commit 508b465069
1 changed files with 18 additions and 1 deletions

View File

@ -38,6 +38,23 @@ pages:
paths:
- public/
documentation:
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == "stable-1.5"
script:
- ./bootstrap
- ./configure --disable-kernel --disable-userlib
- make -j8 all
- cd documentation
- mkdir external
- make
- make index
- make
artifacts:
paths:
- documentation/*.pdf
# from 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml', but on all branches
workflow:
rules: