mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Fail build_task.bat if main nmake failed (GH-17820)
Otherwise we may not notice Windows CI build failures. Fixes GH-17818.
This commit is contained in:
committed by
GitHub
parent
5cce35c647
commit
ed9c283589
1
.github/scripts/windows/build_task.bat
vendored
1
.github/scripts/windows/build_task.bat
vendored
@@ -49,6 +49,7 @@ cmd /c configure.bat ^
|
||||
if %errorlevel% neq 0 exit /b 3
|
||||
|
||||
nmake /NOLOGO
|
||||
if %errorlevel% neq 0 exit /b 3
|
||||
nmake /NOLOGO comtest.dll
|
||||
if %errorlevel% neq 0 exit /b 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user