Commit 1c07e144 authored by peastman's avatar peastman
Browse files

Debugging

parent 91842811
...@@ -141,6 +141,7 @@ before_install: ...@@ -141,6 +141,7 @@ before_install:
cd cmake-3.17.1; cd cmake-3.17.1;
./bootstrap; ./bootstrap;
make -j 4; make -j 4;
sudo make install;
export PATH=${HOME}/OpenMM/bin:${PATH}; export PATH=${HOME}/OpenMM/bin:${PATH};
fi fi
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then #- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
......
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