File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,5 @@ if NOT "%GOT_SDK_VER%" == "%PHP_BUILD_SDK_BRANCH:~8%" (
38
38
git -q --git-dir=" %PHP_BUILD_CACHE_SDK_DIR% \.git" --work-tree=" %PHP_BUILD_CACHE_SDK_DIR% " checkout --force %SDK_BRANCH%
39
39
)
40
40
41
- if not exist " %SDK_RUNNER% " (
42
- echo " %SDK_RUNNER% " doesn't exist
43
- exit /b 3
44
- )
45
-
46
41
cmd /c %SDK_RUNNER% -t .github\scripts\windows\build_task.bat
47
42
if %errorlevel% neq 0 exit /b 3
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
6
6
)
7
7
8
8
set SDK_RUNNER = %PHP_BUILD_CACHE_SDK_DIR% \phpsdk-%PHP_BUILD_CRT% -%PLATFORM% .bat
9
- if not exist " %SDK_RUNNER% " (
10
- echo " %SDK_RUNNER% " doesn't exist
11
- exit /b 3
12
- )
13
9
14
10
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER% \.github\scripts\windows\test_task.bat
15
11
if %errorlevel% neq 0 exit /b 3
You can’t perform that action at this time.
0 commit comments