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
78815055
"platforms/hip/tests/TestHipDPDIntegrator.cpp" did not exist on "b06fc4a7a47478beacbaf5cc108f755653bc7abb"
Commit
78815055
authored
Jun 13, 2015
by
John Chodera (MSKCC)
Browse files
Add travis build matrix for static and dynamic builds.
parent
f9148a09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.travis.yml
.travis.yml
+4
-1
No files found.
.travis.yml
View file @
78815055
...
@@ -3,6 +3,9 @@ compiler:
...
@@ -3,6 +3,9 @@ compiler:
-
clang
-
clang
env
:
env
:
matrix
:
-
OPENMM_BUILD_STATIC_LIB="OFF"
-
OPENMM_BUILD_STATIC_LIB="ON"
global
:
global
:
# encrypted AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to push docs to s3
# encrypted AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to push docs to s3
-
secure
:
"
VVKz+yOMbKsskR+PfU1HfKBWdGYYrmIXNWQz4nqXCjtg2MRCQmjDulFZaPVDvsBzis9BUhnzAQrBYUrAtN8bZSTYRg7ADFVGdPFicg3Sv0owcghTQwokIvbw3G+HDz/WAnFmqEhqm3t5pNVWNinyHpMM3zYZOVKagyj53cwAM0M="
-
secure
:
"
VVKz+yOMbKsskR+PfU1HfKBWdGYYrmIXNWQz4nqXCjtg2MRCQmjDulFZaPVDvsBzis9BUhnzAQrBYUrAtN8bZSTYRg7ADFVGdPFicg3Sv0owcghTQwokIvbw3G+HDz/WAnFmqEhqm3t5pNVWNinyHpMM3zYZOVKagyj53cwAM0M="
...
@@ -17,7 +20,7 @@ before_install:
...
@@ -17,7 +20,7 @@ before_install:
-
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.3
-
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.3
script
:
script
:
-
cmake -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM .
-
cmake -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
-DOPENMM_BUILD_STATIC_LIB=$OPENMM_BUILD_STATIC_LIB
.
-
make -j2
-
make -j2
-
make -j2 install
-
make -j2 install
-
sudo make PythonInstall
-
sudo make PythonInstall
...
...
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