Run tests in docker only on Travis

This commit is contained in:
Alex Beregszaszi 2017-02-13 17:37:33 +00:00 committed by chriseth
parent 1caf1f0b8d
commit ed32a57b86

View File

@ -42,6 +42,8 @@ test "${output//[[:blank:]]/}" = "3"
# instead. This will go away soon.
if [[ "$OSTYPE" == "darwin"* ]]; then
ETH_PATH="$REPO_ROOT/eth"
else if [ -z $CI ]; then
ETH_PATH="eth"
else
mkdir -p /tmp/test
ETH_PATH="docker run --rm -v /tmp/test:/tmp/test -e HOME=/tmp/test/ --user $(id -u):$(id -g) ethereum/client-cpp"