diff options
| author | Mois Moshev <mois@monomon.me> | 2017-11-14 20:02:42 +0000 |
|---|---|---|
| committer | Mois Moshev <mois@monomon.me> | 2017-11-14 20:05:43 +0000 |
| commit | dea21fb7a3f4260f5c20b57f8ce0f715428a8b22 (patch) | |
| tree | bc65389bbf787c24ca91757c1ee80eefa2c7f580 | |
| parent | Remove missed part from the core doxygen-main file (diff) | |
| download | inkscape-dea21fb7a3f4260f5c20b57f8ce0f715428a8b22.tar.gz inkscape-dea21fb7a3f4260f5c20b57f8ce0f715428a8b22.zip | |
Add a command in the ci. Now try to make it work.
| -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 |
