Skip to content

Commit

Permalink
Run windows tests but ignore their failures.
Browse files Browse the repository at this point in the history
This way we can at least see what fails in which way.
  • Loading branch information
iphydf committed Jan 7, 2017
1 parent 81d5c22 commit bec03de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions other/travis/env-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMAKE=$ARCH-w64-mingw32.shared-cmake
CMAKE_EXTRA_FLAGS="$CMAKE_EXTRA_FLAGS -DBOOTSTRAP_DAEMON=OFF -DCOMPILE_AS_CXX=ON"
NPROC=`nproc`
CURDIR=/work
RUN_TESTS=false
RUN_TESTS=true

RUN() {
./dockcross "$@"
Expand All @@ -21,6 +21,7 @@ TESTS() {
# Run tests in docker.
./dockcross "$@" || {
cat _build/Testing/Temporary/LastTest.log
false
# Ignore test failures on Windows builds for now.
#false
}
}

0 comments on commit bec03de

Please sign in to comment.