1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +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:
Christoph M. Becker
2025-02-15 18:26:11 +01:00
committed by GitHub
parent 5cce35c647
commit ed9c283589

View File

@@ -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