Skip install sndfile in appveyor

This commit is contained in:
Jean Pierre Cimalando 2021-03-23 12:19:53 +01:00
parent 65de9c8e77
commit 216b97a3bf
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
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%
REM vcpkg install libsndfile:%VCPKG_TRIPLET%

View file

@ -40,7 +40,7 @@ fi
set -x
brew install libsndfile dylibbundler
brew install dylibbundler
cd ~; npm install appdmg; cd -
~/node_modules/appdmg/bin/appdmg.js --version