[gitg/wip/valadoc] gitlabci: Build docs
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg/wip/valadoc] gitlabci: Build docs
- Date: Fri, 12 Oct 2018 10:18:49 +0000 (UTC)
commit 35677b8e62f41fe04b5d39992ec85174d4b1e2ee
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Fri Oct 12 12:18:02 2018 +0200
gitlabci: Build docs
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68d2319f..3c36d62c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,13 +14,14 @@ flatpak:
MANIFEST_PATH: "org.gnome.Gitg.json"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
FLATPAK_MODULE: "gitg"
- MESON_ARGS: "-Ddeprecations=true --buildtype=debugoptimized"
+ MESON_ARGS: "-Ddeprecations=true --buildtype=debugoptimized -Ddocs=true"
DBUS_ID: "org.gnome.gitg"
script:
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
+ - flatpak build app ninja -C _build libgitg-ext-docs
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]