summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 00:25:54 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-11-22 00:25:54 +0000
commitab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f (patch)
tree2c276b68e1bd1c9bf7af3d983ac62728a561b7e8
parentMerge branch 'doxygen-separate' of gitlab.com:monomon/inkscape (diff)
parentAdd a command in the ci. Now try to make it work. (diff)
downloadinkscape-ab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f.tar.gz
inkscape-ab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f.zip
Merge branch 'doxygen-separate-ci' of https://gitlab.com/monomon/inkscape
-rw-r--r--.gitlab-ci.yml12
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