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

Update .gitlab-ci.yml: trying to install *everything* related to documentation again.

parent 01dd48a8
No related branches found
No related tags found
No related merge requests found
......@@ -268,10 +268,12 @@ test:offline:
- export USER=gstlal_CI_test
# Get documentation packages, and download lalsuite-extra data:
- yum -y install texlive-base texlive-dvipng
- 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
#- yum -y install texlive-base texlive-dvipng
#- 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
- yum -y install texlive*
# Get the necessary ROM data:
- git clone https://git.ligo.org/lscsoft/lalsuite-extra.git ${GSTLAL_DIR}/lalsuite-extra
- export LAL_DATA_PATH=${GSTLAL_DIR}/lalsuite-extra/data/lalsimulation/
......
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