"wrappers/vscode:/vscode.git/clone" did not exist on "f4c6e598aea0893251fd536b1ed23cbb791e86fe"
Commit 69065ab3 authored by jchodera's avatar jchodera
Browse files

More debugging.

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