We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8c2b commit 7bf2947Copy full SHA for 7bf2947
appveyor/build.bat
@@ -13,11 +13,11 @@ if not exist "%PHP_BUILD_OBJ_DIR%" (
13
mkdir "%PHP_BUILD_OBJ_DIR%"
14
)
15
16
+for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
17
if not exist "%PHP_BUILD_CACHE_SDK_DIR%" (
18
echo Cloning remote SDK repository
19
git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
20
) else (
- for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
21
echo Got SDK version %GOT_SDK_VER%
22
if NOT "%GOT_SDK_VER%" == "%PHP_BUILD_SDK_BRANCH:~8%" (
23
echo Updating to the configured SDK version %SDK_BRANCH:~8%
0 commit comments