summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-08-19 00:49:32 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-08-29 22:33:29 +0200
commit1531b05dafd2fc2621ad9f331aa215c82eed688d (patch)
tree7b067ebd22a8a22dfc9e2474e40020b26dbe4bb1 /.gitlab-ci.yml
parent149b8a25328bf45333bbc9aa4ab5316fdd93e0bb (diff)
downloadtracker-1531b05dafd2fc2621ad9f331aa215c82eed688d.tar.gz
docs: Install devhelp files
This is very clunky at the moment, since we need to shoehorn our own keywords on the devhelp2 file, and install manually.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cbccfb56..794b31227 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -192,7 +192,7 @@ check-code-style:
- meson . build -Ddocs=$([ -z "$NO_DOCS" ] && echo "true" || echo "false") -Db_lto=true -Db_coverage=true -Dsystemd_user_services=false -Dtests_tap_protocol=true --prefix /usr
- ninja -C build
- |
- if [ -z "$NO_DOCS" ]; then ninja -C build docs/reference/libtracker-sparql/tracker-doc; fi
+ if [ -z "$NO_DOCS" ]; then ninja -C build docs/reference/libtracker-sparql/Tracker-doc; fi
artifacts:
expire_in: 1 day
paths: