"vscode:/vscode.git/clone" did not exist on "8316aba014388b20e1fa59a6e17ca19c73197ce6"
Commit 862fe1f6 authored by peastman's avatar peastman
Browse files

Debugging

parent ee2af9c1
...@@ -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
......
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