Skip to content

Commit

Permalink
install inno setup in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Feb 25, 2019
1 parent 53c8603 commit 2b1aedf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ install:
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
# Install InnoSetup
- appveyor-retry appveyor DownloadFile https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-08-22-is.exe
- 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%

build_script:
- cargo build --verbose
Expand Down

0 comments on commit 2b1aedf

Please sign in to comment.