Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
d71b6d6c
Commit
d71b6d6c
authored
5 years ago
by
Alexander Pace
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml: building docs from development container.
parent
223006fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-23
3 additions, 23 deletions
.gitlab-ci.yml
with
3 additions
and
23 deletions
.gitlab-ci.yml
+
3
−
23
View file @
d71b6d6c
...
...
@@ -363,32 +363,12 @@ test:offline:
allow_failure
:
true
pages
:
#image: aepace/gstlal-dev:el7-mkl-1.14
image
:
aepace/gstlal-dev:stretch-mkl
image
:
aepace/gstlal-dev:el7-mkl-1.14
stage
:
nightly-pages
script
:
-
echo "Building Documentation"
# Download and install sphinx, texlive, etc. I'm installing these here
# 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*
# 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
# install on SL7 because setuptools is too old. I (Alex) recurred to find
# the newest version that would actually install.
#- mkdir -p ${GSTLAL_DIR}/lib/python2.7/site-packages
#- wget https://github.com/sphinx-doc/sphinx/archive/1.5.zip
#- unzip 1.5.zip
#- cd sphinx-1.5/
#- python setup.py install --prefix=${GSTLAL_DIR}
#- cd ..
-
yum -y install python2-pip
-
pip install setuptools sphinx==1.7
-
export GSTLAL_FIR_WHITEN=0
-
export TMPDIR=tmp/
-
cd doc; make html
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment