Skip to content

Commit

Permalink
Fixed AppVeyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Aug 12, 2016
1 parent 7158cf3 commit 5b2fe2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
- rustup-init.exe -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup default nightly-2016-05-10-x86_64-pc-windows-msvc
- rustup default stable-x86_64-pc-windows-msvc

# Install the target we're compiling for
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
Expand Down Expand Up @@ -56,10 +56,11 @@ test_script:
- ps: |
if($env:BUILD_MSI) {
cd src\rustup-win-installer
cargo build --release
cargo build --release --target %TARGET%
cd msi
.\build.ps1
cd ..\..\..
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
}
notifications:
Expand Down

0 comments on commit 5b2fe2c

Please sign in to comment.