Skip to content
Snippets Groups Projects
Commit 8f1276b0 authored by Alexander Pace's avatar Alexander Pace
Browse files

Update .gitlab-ci.yml: install texlive everything

parent 8276c3c7
No related branches found
No related tags found
No related merge requests found
......@@ -299,9 +299,11 @@ pages:
# since they don't need to be part of the dev container for running, only
# for building documentation. This shaves ~600MB off the size of the gstlal-dev
# container:
- yum -y install texlive-base texlive-dvipng texlive-ucs texlive-scheme-full texlive-amsmath texlive-amscls texlive-amsfonts texlive-collection-latexrecommended texlive-collection-basic
- yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
- yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc texlive-collection-xetex
#- yum -y install texlive-base texlive-dvipng texlive-ucs texlive-scheme-full texlive-amsmath texlive-amscls texlive-amsfonts texlive-collection-latexrecommended texlive-collection-basic
#- yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
#- yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc texlive-collection-xetex
- yum -y install texlive*
# Download and install phython-sphinx. The version available for SL7 (1.1)
# is too old (see errors in previous piplines). But newer versions won't
......
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