Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
52327708
"platforms/opencl/vscode:/vscode.git/clone" did not exist on "8bc2ed94604391d71856a33c1b23e21be95c4ec8"
Commit
52327708
authored
Jan 08, 2016
by
John Chodera (MSKCC)
Browse files
Also build the HTML user guide in travis.
parent
a43396e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+2
-1
No files found.
.travis.yml
View file @
52327708
...
@@ -148,7 +148,8 @@ script:
...
@@ -148,7 +148,8 @@ script:
-
python devtools/run-ctest.py --start-time $START_TIME
-
python devtools/run-ctest.py --start-time $START_TIME
-
if [[ ! -z "${DOCS_DEPLOY}" && "${DOCS_DEPLOY}" = "true" ]]; then
-
if [[ ! -z "${DOCS_DEPLOY}" && "${DOCS_DEPLOY}" = "true" ]]; then
pip install sphinx sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen;
pip install sphinx sphinxcontrib-bibtex sphinxcontrib-lunrsearch sphinxcontrib-autodoc_doxygen;
make sphinxhtml;
make C++ApiDocs PythonApiDocs;
make C++ApiDocs PythonApiDocs;
mkdir -p api-docs;
mkdir -p api-docs;
mv api-python api-docs;
mv api-python api-docs;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment