aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-09-20 15:12:08 +0200
committerThomas White <taw@physics.org>2023-09-20 17:20:21 +0200
commitd6f8bace4b3c915c152c3e2e38f040a994468041 (patch)
treed24f62db09a847c421f553c4a13fd3463082f9b4 /.gitlab-ci.yml
parente38006669e39e695b9b3aac97f57326b311b4c5d (diff)
CI: Add Pandoc to build-centos7
We'd like the manual pages to be built for the central deployment.
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 b7600212..9be7fdd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,7 +140,7 @@ build-centos7:
script:
- yum update -y
- yum group install -y "Development Tools"
- - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel curl which libcurl-devel
+ - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel curl which libcurl-devel pandoc
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- python3 -m pip install meson ninja
- wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7