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
862fe1f6
"vscode:/vscode.git/clone" did not exist on "95ef416e6065bd921928b3bfa2a8ea01226d75bb"
Commit
862fe1f6
authored
Apr 24, 2020
by
peastman
Browse files
Debugging
parent
ee2af9c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.travis.yml
.travis.yml
+2
-0
No files found.
.travis.yml
View file @
862fe1f6
...
@@ -144,6 +144,7 @@ before_install:
...
@@ -144,6 +144,7 @@ before_install:
make -j 4;
make -j 4;
make install;
make install;
export PATH=${HOME}/bin:${PATH};
export PATH=${HOME}/bin:${PATH};
echo ${PATH};
popd;
popd;
fi
fi
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
...
@@ -200,6 +201,7 @@ before_install:
...
@@ -200,6 +201,7 @@ before_install:
fi
fi
script
:
script
:
-
echo ${PATH}
-
cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
-
cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
-
make -j2 install
-
make -j2 install
-
if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
-
if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
...
...
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