summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-05-31 20:50:17 +0200
committerAnatol Belski <ab@php.net>2019-05-31 20:50:17 +0200
commit06eef1f70f3fe4b7d7b39d46cc7a6706642e5fa2 (patch)
treebf48732441ce5b17ed81613b2e0a85d16d73fc13 /appveyor
parent370997fb5d2d6d2248064a6047d25d7794118470 (diff)
parentd293f6dcff059c28eb365cc516585c75af00a85d (diff)
downloadphp-git-06eef1f70f3fe4b7d7b39d46cc7a6706642e5fa2.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix var name
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat2
-rw-r--r--appveyor/test_task.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 0070393694..f891751786 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -32,7 +32,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-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
+set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
rem SDK is cached, deps info is cached as well
echo Updating dependencies in %DEPS_DIR%
cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt %PHP_BUILD_CRT%
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 4596f67e47..87cfc532a3 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-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
+set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
if not exist "%DEPS_DIR%" (
echo "%DEPS_DIR%" doesn't exist
exit /b 3