Skip to content

Commit

Permalink
appveyor: Don't test i586 MSVC binaries yet
Browse files Browse the repository at this point in the history
I was hoping
  • Loading branch information
alexcrichton committed Jan 21, 2017
1 parent 72c3148 commit 8bee398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bee398

Please sign in to comment.