We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c3148 commit 8bee398Copy full SHA for 8bee398
appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
DEPLOY: 1
13
- MSYS_BITS: 32
14
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --target=i586-pc-windows-msvc
15
- 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
16
17
18
# MSVC makefiles
0 commit comments