X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=b86fa25337b009e850820843c7cdeeffcbec2a56;hb=2f012e4405c6d5bdd2855f3e1c416bd6e75808d8;hp=599d1b40ceb1e60f58e3072dda503e56b4de07fc;hpb=4cdb36262b93390c8733a1ce44665619d9348981;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index 599d1b40ceb..b86fa25337b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,11 @@ environment: RUST_CHECK_TARGET: check-aux RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc + # MSVC cargotest + - MSYS_BITS: 64 + SCRIPT: python x.py test src/tools/cargotest + RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc + # 32/64-bit MinGW builds. # # We are using MinGW with posix threads since LLVM does not compile with