summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-04-24 22:12:26 +0200
committerAnatol Belski <ab@php.net>2017-04-24 22:12:26 +0200
commit44fdae4360b44df8150d14c032454c88c44da87d (patch)
treebaed23d043fbc1fe9cadbddba3e65b9540690612 /appveyor/build_task.bat
parent7260f65c62477b6127d2b787ceea88b13d171539 (diff)
parent6afcd6c86abc59719aad286bab29ee51508eba9c (diff)
downloadphp-git-44fdae4360b44df8150d14c032454c88c44da87d.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: don't backup older deps after upgrades update SDK version for AppVeyor
Diffstat (limited to 'appveyor/build_task.bat')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index a2fae9977e..ad3fbcdfa3 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -19,7 +19,7 @@ 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%
-call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
+call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
if %errorlevel% neq 0 exit /b 3
call buildconf.bat --force