diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-22 00:25:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-22 00:25:54 +0000 |
| commit | ab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f (patch) | |
| tree | 2c276b68e1bd1c9bf7af3d983ac62728a561b7e8 | |
| parent | Merge branch 'doxygen-separate' of gitlab.com:monomon/inkscape (diff) | |
| parent | Add a command in the ci. Now try to make it work. (diff) | |
| download | inkscape-ab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f.tar.gz inkscape-ab3c2dc8aa87e56dbe109105dbcbcfa4322a3f5f.zip | |
Merge branch 'doxygen-separate-ci' of https://gitlab.com/monomon/inkscape
| -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 |
