We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875fda4 commit 493c332Copy full SHA for 493c332
appveyor.yml
@@ -20,6 +20,8 @@ install:
20
- if defined MINGW_ROOT if defined USING_MSYS2 set PATH=%MINGW_ROOT%\bin;C:\msys64\usr\bin\;%PATH%
21
#- if defined MINGW_ARCH bash -lc "pacman --needed --noconfirm -S mingw-w64-%MINGW_ARCH%-boost mingw-w64-%MINGW_ARCH%-libarchive"
22
23
+ - set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
24
+
25
build_script:
26
- if defined MINGW_ROOT mingw32-make -j%NUMBER_OF_PROCESSORS% install release release-libs
27
0 commit comments