Commit 438463ed authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Updated Jenkins build scripts to also build docs.

parent 8e778c6f
...@@ -33,7 +33,7 @@ fi ...@@ -33,7 +33,7 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j16 make -j4 all DoxygenApiDocs sphinxpdf
make install make install
# Install Python wrappers. # Install Python wrappers.
......
...@@ -34,7 +34,7 @@ fi ...@@ -34,7 +34,7 @@ fi
mkdir build mkdir build
cd build cd build
cmake ../openmm $CMAKE_FLAGS cmake ../openmm $CMAKE_FLAGS
make -j16 make -j4 all DoxygenApiDocs sphinxpdf
make install make install
# Install Python wrappers. # Install Python wrappers.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment