[poppler] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Jul 29 14:30:11 UTC 2022
.gitlab-ci.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 8f874169e5d43418873b40e86954b86c01f7ba99
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Jul 29 16:26:20 2022 +0200
Generate qt6 docs
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52d064b7..0c777a55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,6 +132,19 @@ qt5_docs:
paths:
- qt5/src/APIDOCS-html
+qt6_docs:
+ only:
+ - master
+ stage: document
+ script:
+ - apt-get install --yes --no-install-recommends doxygen graphviz qt6-documentation-tools
+ - cd qt6/src
+ - ( cat Doxyfile ; echo "QHG_LOCATION=/usr/lib/qt6/bin/qhelpgenerator" ) | doxygen -
+ cache: {}
+ artifacts:
+ paths:
+ - qt6/src/APIDOCS-html
+
cpp_docs:
only:
- master
More information about the poppler
mailing list