From: Anatol Belski Date: Fri, 6 Jan 2017 00:24:41 +0000 (+0100) Subject: don't use separate deps for release branches X-Git-Tag: php-7.1.2RC1~163^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=372144508c5abbed46e71e719f462b714139827f;p=php don't use separate deps for release branches --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 5a5afaf66f..550d73f3a4 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -17,9 +17,9 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" ( set BRANCH=master set STABILITY=staging ) -set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%APPVEYOR_REPO_BRANCH% +set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH% rem SDK is cached, deps info is cached as well -echo Updating dependencies +echo Updating dependencies in %DEPS_DIR% call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% if %errorlevel% neq 0 exit /b 3