]> git.lizzy.rs Git - rust.git/commitdiff
appveyor: Test/Dist i586 MSVC
authorAlex Crichton <alex@alexcrichton.com>
Tue, 17 Jan 2017 00:49:49 +0000 (16:49 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 17 Jan 2017 00:51:13 +0000 (16:51 -0800)
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

index 346ef0d8faad722acf081deeb287feb52b786b53..5fbeff0e51f8e8a8ac6d59cf612e7e17c60747c6 100644 (file)
@@ -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