[gimp-help/wip/wormnest/ci-pdf] WIP: ci: test quickreference pdf creation
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/wip/wormnest/ci-pdf] WIP: ci: test quickreference pdf creation
- Date: Tue, 22 Feb 2022 23:44:40 +0000 (UTC)
commit 7dfce5c9d30766cb0291ed2931ae441234ea395b
Author: Jacob Boerema <jgboerema gmail com>
Date: Tue Feb 22 18:33:54 2022 -0500
WIP: ci: test quickreference pdf creation
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e1ee706..37d6758c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
variables:
INSTALL_DIR: "_install"
INSTALL_PREFIX: "${CI_PROJECT_DIR}/${INSTALL_DIR}"
+ LINGUAS: "en nl"
build-debian:
stage: build
@@ -23,6 +24,8 @@ build-debian:
docbook-website
docbook-xml
docbook-xsl
+ gettext
+ librsvg2-2
pkg-config
pngcrush
pngnq
@@ -35,6 +38,7 @@ build-debian:
- ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp
- make && make install
- mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
+ - mv ./quickreference/pdf/ ../html/
- cd ../web
- make
- mv html/ ../html/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]