about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-19 15:49:32 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-20 08:35:47 -0800
commit86605c405454c61c2cc202a6f9beed3e3b27fa55 (patch)
treea699b19b435507208d606c132393e4c86e9de24b
parent4a298dde7238335a9a78bf9041c534350f10bf91 (diff)
parent2d52cb93497063a723381f0a688cbae738c28521 (diff)
downloadrust-86605c405454c61c2cc202a6f9beed3e3b27fa55.tar.gz
rust-86605c405454c61c2cc202a6f9beed3e3b27fa55.zip
Rollup merge of #39112 - alexcrichton:i586-msvc, r=nikomatsakis
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.

cc #38531
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 346ef0d8faa..5fbeff0e51f 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