Skip to content

Commit d8e25a3

Browse files
committed
wip
1 parent 382c355 commit d8e25a3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/scripts/windows/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
33
exit /b 3
44
)
55

6-
set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
7-
set SDK_BRANCH=%PHP_BUILD_SDK_BRANCH%
6+
set SDK_REMOTE=https://github.com/SakiTakamachi/php-sdk-binary-tools.git
7+
set SDK_BRANCH=test_mailpit
88
set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
99

1010
if not exist "%PHP_BUILD_CACHE_BASE_DIR%" (

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
109109
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS
110110

111111
rem prepare for mail
112-
curl -sLo hMailServer.exe https://www.hmailserver.com/download_file/?downloadid=271
113-
hMailServer.exe /verysilent
114-
cd %APPVEYOR_BUILD_FOLDER%
115-
%PHP_BUILD_DIR%\php.exe -dextension_dir=%PHP_BUILD_DIR% -dextension=com_dotnet appveyor\setup_hmailserver.php
112+
start %PHP_BUILD_CACHE_SDK_DIR%\bin\mailpit_amd.exe
116113

117114
mkdir %PHP_BUILD_DIR%\test_file_cache
118115
rem generate php.ini

0 commit comments

Comments
 (0)