Skip to content

Commit aad70ab

Browse files
committed
wip
1 parent fc34aa3 commit aad70ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ curl -sLo hMailServer.exe https://www.hmailserver.com/download_file/?downloadid=
113113
hMailServer.exe /verysilent
114114
cd %APPVEYOR_BUILD_FOLDER%
115115
%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
116117

117118
mkdir %PHP_BUILD_DIR%\test_file_cache
118119
rem generate php.ini

0 commit comments

Comments
 (0)