adjust deps dir naming scheme

not principal, just to have it same way as everywhere
This commit is contained in:
Anatol Belski 2017-03-23 13:00:14 +01:00
parent bc2b500d3e
commit 1dbef2e27a
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set BRANCH=master set BRANCH=master
set STABILITY=staging set STABILITY=staging
) )
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH% set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
rem SDK is cached, deps info is cached as well rem SDK is cached, deps info is cached as well
echo Updating dependencies in %DEPS_DIR% echo Updating dependencies in %DEPS_DIR%
call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%

View file

@ -11,7 +11,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set BRANCH=master set BRANCH=master
set STABILITY=staging set STABILITY=staging
) )
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH% set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
rem setup MySQL related exts rem setup MySQL related exts
set MYSQL_PWD=Password12! set MYSQL_PWD=Password12!