From 8bee3983f8d480ee928c40f5d92394da0adba9c2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Jan 2017 16:31:36 -0800 Subject: [PATCH] appveyor: Don't test i586 MSVC binaries yet I was hoping --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b0eb26474548e..cd61f95875f7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: DEPLOY: 1 - MSYS_BITS: 32 RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc - SCRIPT: python x.py test && python x.py dist + SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc && python x.py dist DEPLOY: 1 # MSVC makefiles