sfizz/scripts/appveyor/install.cmd

8 lines
214 B
Batchfile
Raw Normal View History

2020-10-27 04:12:54 +01:00
choco install -y innosetup
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%
vcpkg install libsndfile:%VCPKG_TRIPLET%