From 2d52cb93497063a723381f0a688cbae738c28521 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 16 Jan 2017 16:49:49 -0800 Subject: [PATCH] appveyor: Test/Dist i586 MSVC This is a target that we're shipping today, so this commit adds this matrix entry to AppVeyor. This reuses the existing i686 MSVC matrix entry as it's currently finishing about a half hour under two hours, which should hopefully give it enough extra time to run this test suite. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 346ef0d8faad7..5fbeff0e51f8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: SCRIPT: python x.py test && python x.py dist DEPLOY: 1 - MSYS_BITS: 32 - RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc + RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc SCRIPT: python x.py test && python x.py dist DEPLOY: 1