Skip to content

Commit

Permalink
GitlabCI: use el9 for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Aug 12, 2024
1 parent 7260f42 commit 9c08f38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ doxygen:
needs: []
tags:
- docker
image: ghcr.io/aidasoft/centos7:latest
image: ghcr.io/aidasoft/el9:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
- source /cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/setup.sh
- mkdir -p public
- mkdir build
- cd build
Expand All @@ -106,11 +106,11 @@ usermanuals:
needs: []
tags:
- docker
image: ghcr.io/aidasoft/centos7:latest
image: ghcr.io/aidasoft/el9:latest
script:
- yum install -y ghostscript poppler-utils perl
- source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh
- export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2017/bin/x86_64-linux:$PATH
- source /cvmfs/sft.cern.ch/lcg/views/LCG_106/x86_64-el9-gcc13-opt/setup.sh
- export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2024/bin/x86_64-linux:$PATH
- export max_print_line=200
- mkdir -p public/usermanuals
- mkdir build
Expand Down

0 comments on commit 9c08f38

Please sign in to comment.