Skip to content

Commit 8bee398

Browse files
committed
appveyor: Don't test i586 MSVC binaries yet
I was hoping
1 parent 72c3148 commit 8bee398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

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

1818
# MSVC makefiles

0 commit comments

Comments
 (0)