Commit 69065ab3 authored by jchodera's avatar jchodera
Browse files

More debugging.

parent de262aae
...@@ -140,6 +140,7 @@ script: ...@@ -140,6 +140,7 @@ script:
- cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM - cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
# DEBUG # DEBUG
- cat CMakeCache.txt - cat CMakeCache.txt
- ls -l /usr/local/
- make -j2 install - make -j2 install
- if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi - if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
- if [[ "$OPENCL" == "false" && "$CUDA" == "false" ]]; then - if [[ "$OPENCL" == "false" && "$CUDA" == "false" ]]; 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