[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 19 23:41:56 UTC 2019


 .gitlab-ci.yml |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 333bf1757bc68ce342ca708b881c75914a7c463a
Author: Adam Reichold <adam.reichold at t-online.de>
Date:   Wed Mar 20 00:16:27 2019 +0100

    Also build the Doxygen-based CPP frontend docs in the CI so that they can be automatically published via GitLab Pages.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cbc34ee..809c3529 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,6 +126,19 @@ qt5_docs:
     paths:
       - qt5/src/APIDOCS-html
 
+cpp_docs:
+  only:
+    - master
+  stage: document
+  script:
+    - apt-get install --yes --no-install-recommends doxygen graphviz
+    - cd cpp
+    - doxygen
+  cache: {}
+  artifacts:
+    paths:
+      - cpp/APIDOCS-html
+
 trigger_pages:
   only:
     - master


More information about the poppler mailing list