Build documentation.

This commit is contained in:
Florian Pose
2022-04-01 13:26:09 +02:00
parent 340584e114
commit 508b465069

View File

@@ -37,7 +37,24 @@ pages:
artifacts:
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: