File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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
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 @@ -113,6 +113,7 @@ curl -sLo hMailServer.exe https://www.hmailserver.com/download_file/?downloadid=
113
113
hMailServer.exe /verysilent
114
114
cd %APPVEYOR_BUILD_FOLDER%
115
115
%PHP_BUILD_DIR% \php.exe -dextension_dir=%PHP_BUILD_DIR% -dextension=com_dotnet appveyor\setup_hmailserver.php
116
+ start %PHP_BUILD_CACHE_SDK_DIR% \bin\mailhog.exe
116
117
117
118
mkdir %PHP_BUILD_DIR% \test_file_cache
118
119
rem generate php.ini
You can’t perform that action at this time.
0 commit comments