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

Update .gitlab-ci.yml: trying to build documentation with an older stretch...

Update .gitlab-ci.yml: trying to build documentation with an older stretch container. editing in the web interface, because, yolo.
parent 32306651
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,8 @@ test:offline: ...@@ -291,7 +291,8 @@ test:offline:
allow_failure: true allow_failure: true
pages: pages:
image: aepace/gstlal-dev:el7-mkl-1.14 #image: aepace/gstlal-dev:el7-mkl-1.14
image: aepace/gstlal-dev:stretch-mkl
stage: nightly-pages stage: nightly-pages
script: script:
- echo "Building Documentation" - echo "Building Documentation"
...@@ -303,18 +304,18 @@ pages: ...@@ -303,18 +304,18 @@ pages:
#- yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin #- 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-pictures texlive-pstricks texlive-pstricks-doc texlive-collection-xetex
- yum -y install texlive* #- yum -y install texlive*
# Download and install phython-sphinx. The version available for SL7 (1.1) # 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 # is too old (see errors in previous piplines). But newer versions won't
# install on SL7 because setuptools is too old. I (Alex) recurred to find # install on SL7 because setuptools is too old. I (Alex) recurred to find
# the newest version that would actually install. # the newest version that would actually install.
- mkdir -p ${GSTLAL_DIR}/lib/python2.7/site-packages #- mkdir -p ${GSTLAL_DIR}/lib/python2.7/site-packages
- wget https://github.com/sphinx-doc/sphinx/archive/1.5.zip #- wget https://github.com/sphinx-doc/sphinx/archive/1.5.zip
- unzip 1.5.zip #- unzip 1.5.zip
- cd sphinx-1.5/ #- cd sphinx-1.5/
- python setup.py install --prefix=${GSTLAL_DIR} #- python setup.py install --prefix=${GSTLAL_DIR}
- cd .. #- cd ..
- export GSTLAL_FIR_WHITEN=0 - export GSTLAL_FIR_WHITEN=0
- export TMPDIR=tmp/ - export TMPDIR=tmp/
......
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