[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: Wed, 23 Feb 2022 03:03:21 +0000 (UTC)
commit de2855fcc724fdd951ae68b0fc10a884aff62346
Author: Jacob Boerema <jgboerema gmail com>
Date: Tue Feb 22 18:33:54 2022 -0500
WIP: ci: test quickreference pdf creation
.gitlab-ci.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5e1ee706..d5c6a7273 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"
build-debian:
stage: build
@@ -23,6 +24,9 @@ build-debian:
docbook-website
docbook-xml
docbook-xsl
+ gettext
+ librsvg2-2
+ librsvg2-bin
pkg-config
pngcrush
pngnq
@@ -37,5 +41,8 @@ build-debian:
- mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
- cd ../web
- make
- - mv html/ ../html/
+ - mv /html/ ../html/
+ - find ./html -name "*.pdf" -exec mv '{}' ../html/ \;
+ - cd ../_build
+ - mv ./quickreference/pdf/ ../html/
timeout: 2 hours
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]