Skip to content

Commit 94d4be7

Browse files
committed
simplify
1 parent 23e8a8c commit 94d4be7

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/scripts/windows/build.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,5 @@ if NOT "%GOT_SDK_VER%" == "%PHP_BUILD_SDK_BRANCH:~8%" (
3838
git -q --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --force %SDK_BRANCH%
3939
)
4040

41-
if not exist "%SDK_RUNNER%" (
42-
echo "%SDK_RUNNER%" doesn't exist
43-
exit /b 3
44-
)
45-
4641
cmd /c %SDK_RUNNER% -t .github\scripts\windows\build_task.bat
4742
if %errorlevel% neq 0 exit /b 3

.github/scripts/windows/test.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ if /i "%APPVEYOR%%GITHUB_ACTIONS%" neq "True" (
66
)
77

88
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-
)
139

1410
cmd /c %SDK_RUNNER% -t %APPVEYOR_BUILD_FOLDER%\.github\scripts\windows\test_task.bat
1511
if %errorlevel% neq 0 exit /b 3

0 commit comments

Comments
 (0)