Skip to content

Commit

Permalink
Build on x64 on AppVeyor but compile for x86 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Oct 27, 2016
1 parent d08ae69 commit db48f41
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
os: Visual Studio 2015

platform: x64

environment:
NODEJS_VERSION: "6"
matrix:
- node_arch: x64
rust_toolchain: stable-x86_64-pc-windows-msvc

platform:
- x86
- x64
- node_arch: x86
rust_toolchain: stable-i686-pc-windows-msvc

install:
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM
- node -e "console.log(process.arch, process.versions)"

- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe -y
- rustup-init.exe --no-prompt --default-toolchain %rust_toolchain%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup show
- rustc -V
- cargo -V

Expand Down

0 comments on commit db48f41

Please sign in to comment.