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
|
choco install -y innosetup
|
||||||
|
|
||||||
REM Uncomment the next 4 lines to force vcpkg update
|
REM Uncomment the next 4 lines to force vcpkg update
|
||||||
REM cd c:\tools\vcpkg\
|
REM cd c:\tools\vcpkg\
|
||||||
REM git pull
|
REM git pull
|
||||||
REM .\bootstrap-vcpkg.bat
|
REM .\bootstrap-vcpkg.bat
|
||||||
REM cd %APPVEYOR_BUILD_FOLDER%
|
REM cd %APPVEYOR_BUILD_FOLDER%
|
||||||
vcpkg install libsndfile:%VCPKG_TRIPLET%
|
|
||||||
|
REM vcpkg install libsndfile:%VCPKG_TRIPLET%
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
brew install libsndfile dylibbundler
|
brew install dylibbundler
|
||||||
|
|
||||||
cd ~; npm install appdmg; cd -
|
cd ~; npm install appdmg; cd -
|
||||||
~/node_modules/appdmg/bin/appdmg.js --version
|
~/node_modules/appdmg/bin/appdmg.js --version
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue