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
438463ed
Commit
438463ed
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Updated Jenkins build scripts to also build docs.
parent
8e778c6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+1
-1
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+1
-1
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
438463ed
...
...
@@ -33,7 +33,7 @@ fi
mkdir
build
cd
build
cmake ../openmm
$CMAKE_FLAGS
make
-j
16
make
-j
4
all DoxygenApiDocs sphinxpdf
make
install
# Install Python wrappers.
...
...
devtools/packaging/scripts/osx/build.sh
View file @
438463ed
...
...
@@ -34,7 +34,7 @@ fi
mkdir
build
cd
build
cmake ../openmm
$CMAKE_FLAGS
make
-j
16
make
-j
4
all DoxygenApiDocs sphinxpdf
make
install
# Install Python wrappers.
...
...
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