Skip to content
Snippets Groups Projects
Commit 372b35c8 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

.gitlab-ci.yml: add gstlal-burst dependency + GSTLAL_FIR_WHITEN env variable to docs stage

parent 0b3c1e3a
No related branches found
No related tags found
No related merge requests found
...@@ -230,12 +230,14 @@ pages: ...@@ -230,12 +230,14 @@ pages:
- apt-get install --assume-yes python-sphinx texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended - apt-get install --assume-yes python-sphinx texlive-base texlive-binaries texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended
- apt-get install --assume-yes texlive-fonts-recommended-doc texlive-generic-extra texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra - apt-get install --assume-yes texlive-fonts-recommended-doc texlive-generic-extra texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-latex-extra
- apt-get install --assume-yes texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc texlive-science texlive-science-doc - apt-get install --assume-yes texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc texlive-science texlive-science-doc
- export GSTLAL_FIR_WHITEN=0
- export TMPDIR=tmp/ - export TMPDIR=tmp/
- cd doc; make html - cd doc; make html
- cd ..; cp -rf doc/_build/* public/ - cd ..; cp -rf doc/_build/* public/
dependencies: dependencies:
- level2:gstlal-inspiral - level2:gstlal-inspiral
- level2:gstlal-calibration - level2:gstlal-calibration
- level2:gstlal-burst
artifacts: artifacts:
paths: paths:
- public - public
......
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