Skip to content
Snippets Groups Projects
Commit 534a3f73 authored by Andre Sailer's avatar Andre Sailer
Browse files

GitlabCI: try compiling user manuals on centos7

parent e4f4e546
No related branches found
No related tags found
No related merge requests found
...@@ -195,8 +195,12 @@ usermanuals: ...@@ -195,8 +195,12 @@ usermanuals:
stage: documentation stage: documentation
tags: tags:
- docker - docker
image: gitlab-registry.cern.ch/clicdp/publications/templates/custom_ci_worker:fedora-latex-latest image: clicdp/cc7-lcg
script: script:
- yum install -y ghostscript poppler-utils perl
- source .dd4hep-ci.d/init_x86_64.sh
- export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2017/bin/x86_64-linux:$PATH
- export max_print_line=200
- mkdir -p public/usermanuals - mkdir -p public/usermanuals
- mkdir build - mkdir build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment