X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=b86fa25337b009e850820843c7cdeeffcbec2a56;hb=a4541525d5aa2cbf9c15e89cde513792e22a0318;hp=599d1b40ceb1e60f58e3072dda503e56b4de07fc;hpb=94a82adbb491b5fd0585370d4fcc7b36798e70d5;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