mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9db88e9951
--HG-- extra : rebase_source : 72f78bad585cdb1e09b5ebd1f7d0ba0e713de677
15 lines
307 B
Batchfile
15 lines
307 B
Batchfile
echo running > ..\buildbot-is-building
|
|
|
|
echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*"
|
|
"%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*"
|
|
|
|
if %errorlevel% neq 0 (
|
|
set EXITCODE=1
|
|
) else (
|
|
set EXITCODE=0
|
|
)
|
|
|
|
del ..\buildbot-is-building
|
|
|
|
exit /b %EXITCODE%
|