diff options
| -rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
