mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
cross-running windows-gnu should now also work
This commit is contained in:
@@ -44,4 +44,6 @@ if [ "$TRAVIS_OS_NAME" == linux ]; then
|
||||
elif [ "$TRAVIS_OS_NAME" == osx ]; then
|
||||
# cross-test 64bit Windows from macOS
|
||||
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
|
||||
# cross-test 32bit GNU Windows from macOS
|
||||
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user