From 601aa38c30258bc7eae1227e00f29a5557953e66 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 7 Nov 2015 02:04:10 +0100 Subject: [PATCH] fix appveyor build --- tools/travis-ci/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 7d6bd141..634d05dc 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -70,6 +70,8 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then TRAVIS_OS_NAME=windows elif uname -s | grep -i MINGW &> /dev/null; then TRAVIS_OS_NAME=windows + elif [ "${APPVEYOR:-}" == "True"; then + TRAVIS_OS_NAME=windows else echo "Failed to guess OS"; exit 1 fi -- 2.40.0