From dea21fb7a3f4260f5c20b57f8ce0f715428a8b22 Mon Sep 17 00:00:00 2001 From: Mois Moshev Date: Tue, 14 Nov 2017 22:02:42 +0200 Subject: Add a command in the ci. Now try to make it work. --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 640fd7169..10aadb22a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,18 @@ inkscape:mac: - build/ allow_failure: true +inkscape:doc: + stage: build + script: + - cd buildtools + - doxygen Doxyfile + - doxygen Doxyfile-extensions + - cd .. + artifacts: + paths: + - doc/doxygen + - doc/doxygen-extensions + # This job is a static analysis build by clang. # It takes MORE THAN 3 HOURS, and depending on worker sometimes 4 hours. # Make sure the timeout of the build is big enough -- cgit v1.2.3