File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
3
3
exit /b 3
4
4
)
5
5
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
8
8
set SDK_RUNNER = %PHP_BUILD_CACHE_SDK_DIR% \phpsdk-%PHP_BUILD_CRT% -%PLATFORM% .bat
9
9
10
10
if not exist " %PHP_BUILD_CACHE_BASE_DIR% " (
Original file line number Diff line number Diff line change @@ -109,10 +109,7 @@ set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
109
109
if " %THREAD_SAFE% " equ " 1" set PHP_BUILD_DIR = %PHP_BUILD_DIR% _TS
110
110
111
111
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
116
113
117
114
mkdir %PHP_BUILD_DIR% \test_file_cache
118
115
rem generate php.ini
You can’t perform that action at this time.
0 commit comments