From 2d0879aefe6c97dafb4b55da61e8b28ab837660f Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Wed, 14 Nov 2018 13:33:32 -0600 Subject: [PATCH] Update .gitlab-ci.yml: trying to install *everything* related to documentation again. --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdb8ae75c3..b909a91602 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ -- GitLab