]> granicus.if.org Git - openjpeg/commitdiff
Change OS guessing
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:05:11 +0000 (17:05 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:05:11 +0000 (17:05 +0200)
tools/travis-ci/run.sh

index 45658738b6a363dc6781a0eff884c62d00805a7b..a783c2046604537d0e75e645759c942cd838ef51 100755 (executable)
@@ -58,6 +58,8 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then
                fi
        elif uname -s | grep -i CYGWIN &> /dev/null; then
                TRAVIS_OS_NAME=windows
+       elif uname -s | grep -i MINGW32 &> /dev/null; then
+               TRAVIS_OS_NAME=windows
        else
                echo "Failed to guess OS"; exit 1
        fi