Skip to content

Commit e19552b

Browse files
committed
cross-running windows-gnu should now also work
1 parent a84d8a8 commit e19552b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis.sh

+2
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ if [ "$TRAVIS_OS_NAME" == linux ]; then
4444
elif [ "$TRAVIS_OS_NAME" == osx ]; then
4545
# cross-test 64bit Windows from macOS
4646
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
47+
# cross-test 32bit GNU Windows from macOS
48+
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
4749
fi

0 commit comments

Comments
 (0)