com php-src: adjust deps dir naming scheme: appveyor/build_ta sk.bat appveyor/test_task.bat
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1dbef2e27a94e3a81a3079be06659db90509971c Author: Anatol Belski <[email protected]> Thu, 23 Mar 2017 13:00:14 +0100 Parents: bc2b500d3e35de1a0916a122f9dab306286d1d77 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1dbef2e27a94e3a81a3079be06659db90509971c Log: adjust deps dir naming scheme not principal, just to have it same way as everywhere Changed paths: M appveyor/build_task.bat M appveyor/test_task.bat Diff: diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 550d73f..5b88159 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -17,7 +17,7 @@ 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%-%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 echo Updating dependencies in %DEPS_DIR% call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 85e144d..9f9e238 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -11,7 +11,7 @@ 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%-%BRANCH% +set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH% rem setup MySQL related exts set MYSQL_PWD=Password12!