Skip to content

Commit

Permalink
add inno setup path to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jun 30, 2019
1 parent 875fda4 commit 493c332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ install:
- if defined MINGW_ROOT if defined USING_MSYS2 set PATH=%MINGW_ROOT%\bin;C:\msys64\usr\bin\;%PATH%
#- if defined MINGW_ARCH bash -lc "pacman --needed --noconfirm -S mingw-w64-%MINGW_ARCH%-boost mingw-w64-%MINGW_ARCH%-libarchive"

- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%

build_script:
- if defined MINGW_ROOT mingw32-make -j%NUMBER_OF_PROCESSORS% install release release-libs

Expand Down

0 comments on commit 493c332

Please sign in to comment.