We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84d8a8 commit e19552bCopy full SHA for e19552b
travis.sh
@@ -44,4 +44,6 @@ if [ "$TRAVIS_OS_NAME" == linux ]; then
44
elif [ "$TRAVIS_OS_NAME" == osx ]; then
45
# cross-test 64bit Windows from macOS
46
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
49
fi
0 commit comments