com php-src: always use staging deps for CI, that's what we have a CI for as well: appveyor/build_task.bat
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 867c29caf07384828d9f7670647a6a9c1ed4717c Author: Anatol Belski <[email protected]> Mon, 27 Mar 2017 18:07:16 +0200 Parents: eb5d4bcd4f1005cc1fbe203d90b16ae43497e539 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=867c29caf07384828d9f7670647a6a9c1ed4717c Log: always use staging deps for CI, that's what we have a CI for as well Changed paths: M appveyor/build_task.bat Diff: diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 5b88159..a2fae99 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -12,11 +12,10 @@ if %errorlevel% neq 0 exit /b 3 if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" ( set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3% - set STABILITY=stable ) else ( set BRANCH=master - set STABILITY=staging ) +set STABILITY=staging 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%