mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
14 lines
335 B
Batchfile
14 lines
335 B
Batchfile
echo running > ..\buildbot-is-building
|
|
|
|
echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/nss/automation/buildbot-slave/build.sh %*"
|
|
"%MOZILLABUILD%\msys\bin\bash" -c "hg/nss/automation/buildbot-slave/build.sh %*"
|
|
|
|
if %errorlevel% neq 0 (
|
|
set EXITCODE=1
|
|
) else (
|
|
set EXITCODE=0
|
|
)
|
|
|
|
del ..\buildbot-is-building
|
|
|
|
exit /b %EXITCODE%
|