Skip install sndfile in appveyor
This commit is contained in:
parent
65de9c8e77
commit
216b97a3bf
2 changed files with 4 additions and 2 deletions
|
|
@ -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%
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue