xref: /src/contrib/jemalloc/scripts/windows/script.sh (revision c43cad87172039ccf38172129c79755ea79e6102)
148ec896eSWarner Losh#!/bin/bash
248ec896eSWarner Losh
348ec896eSWarner Loshset -e
448ec896eSWarner Losh
548ec896eSWarner Loshif [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
648ec896eSWarner Losh    echo "Incorrect \$TRAVIS_OS_NAME: expected windows, got $TRAVIS_OS_NAME"
748ec896eSWarner Losh    exit 1
848ec896eSWarner Loshfi
948ec896eSWarner Losh
1048ec896eSWarner Losh$build_env mingw32-make -k check
11