Skip to content

Commit 2d52cb9

Browse files
committed
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.
1 parent 45b273a commit 2d52cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
SCRIPT: python x.py test && python x.py dist
1212
DEPLOY: 1
1313
- MSYS_BITS: 32
14-
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
14+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc
1515
SCRIPT: python x.py test && python x.py dist
1616
DEPLOY: 1
1717

0 commit comments

Comments
 (0)