sfizz/scripts/appveyor/install.cmd

10 lines
220 B
Batchfile
Raw Normal View History

2020-10-27 04:12:54 +01:00
choco install -y innosetup
2021-03-23 12:19:53 +01:00
2020-10-27 04:12:54 +01:00
REM Uncomment the next 4 lines to force vcpkg update
REM cd c:\tools\vcpkg\
REM git pull
REM .\bootstrap-vcpkg.bat
REM cd %APPVEYOR_BUILD_FOLDER%
2021-03-23 12:19:53 +01:00
REM vcpkg install libsndfile:%VCPKG_TRIPLET%