From 216b97a3bf2c05bbc862c4ca2ff0f89aea5d7d7e Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 23 Mar 2021 12:19:53 +0100 Subject: [PATCH] Skip install sndfile in appveyor --- scripts/appveyor/install.cmd | 4 +++- scripts/appveyor/install.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/appveyor/install.cmd b/scripts/appveyor/install.cmd index 4b7b8c28..3f7b2cc0 100644 --- a/scripts/appveyor/install.cmd +++ b/scripts/appveyor/install.cmd @@ -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% diff --git a/scripts/appveyor/install.sh b/scripts/appveyor/install.sh index 1372da19..d597d464 100644 --- a/scripts/appveyor/install.sh +++ b/scripts/appveyor/install.sh @@ -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