File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11@ echo off
22
3+ if /i " %APPVEYOR%%GITHUB_ACTIONS% " neq " True" (
4+ echo for CI only
5+ exit /b 3
6+ )
7+
38set SDK_REMOTE = https://github.com/php/php-sdk-binary-tools.git
49set SDK_BRANCH = %PHP_BUILD_SDK_BRANCH%
510set SDK_RUNNER = %PHP_BUILD_CACHE_SDK_DIR% \phpsdk-%PHP_BUILD_CRT% -%PLATFORM% .bat
Original file line number Diff line number Diff line change 11@ echo off
22
3+ if /i " %APPVEYOR%%GITHUB_ACTIONS% " neq " True" (
4+ echo for CI only
5+ exit /b 3
6+ )
7+
38if " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin > NUL 2 > NUL
49if %errorlevel% neq 0 exit /b 3
510if " %APPVEYOR% " equ " True" rmdir /s /q C:\cygwin64 > NUL 2 > NUL
Original file line number Diff line number Diff line change 11@ echo off
22
3+ if /i " %APPVEYOR%%GITHUB_ACTIONS% " neq " True" (
4+ echo for CI only
5+ exit /b 3
6+ )
7+
38set SDK_RUNNER = %PHP_BUILD_CACHE_SDK_DIR% \phpsdk-%PHP_BUILD_CRT% -%PLATFORM% .bat
49if not exist " %SDK_RUNNER% " (
510 echo " %SDK_RUNNER% " doesn't exist
Original file line number Diff line number Diff line change 11@ echo off
22
3+ if /i " %APPVEYOR%%GITHUB_ACTIONS% " neq " True" (
4+ echo for CI only
5+ exit /b 3
6+ )
7+
38set NO_INTERACTION = 1
49set REPORT_EXIT_STATUS = 1
510set SKIP_IO_CAPTURE_TESTS = 1
You can’t perform that action at this time.
0 commit comments