mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
adjust deps dir naming scheme
not principal, just to have it same way as everywhere
This commit is contained in:
parent
bc2b500d3e
commit
1dbef2e27a
2 changed files with 2 additions and 2 deletions
|
@ -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%
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue