test Linux on macOS host
This commit is contained in:
parent
10419b3f2f
commit
aaa3208432
1 changed files with 1 additions and 0 deletions
1
ci.sh
1
ci.sh
|
|
@ -42,6 +42,7 @@ if [ "${TRAVIS_OS_NAME:-}" == linux ]; then
|
|||
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
|
||||
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
|
||||
elif [ "${TRAVIS_OS_NAME:-}" == osx ]; then
|
||||
MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
|
||||
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
|
||||
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
|
||||
elif [ "${CI_WINDOWS:-}" == True ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue