[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:08:54 +0000 (UTC)
commit 48fce3c797c59f957432397d53cf6f723c0cc9be
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..a4befb129 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]