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

Debugging

parent ee2af9c1
......@@ -144,6 +144,7 @@ before_install:
make -j 4;
make install;
export PATH=${HOME}/bin:${PATH};
echo ${PATH};
popd;
fi
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
......@@ -200,6 +201,7 @@ before_install:
fi
script:
- echo ${PATH}
- cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
- make -j2 install
- 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