Skip to content
Snippets Groups Projects
Commit 695da6a2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Try the 'exit /b' trick to stop makelibs.bat from terminating build.bat

when run from Gitlab-Runner (CI) using shell="cmd"
parent ec8f00b6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3553 failed
......@@ -13,4 +13,5 @@ coff2omf %dllsrc%\sbbs.lib sbbs.lib
implib -a mailsrvr.lib %dllsrc%\mailsrvr.dll
implib -a ftpsrvr.lib %dllsrc%\ftpsrvr.dll
implib -a websrvr.lib %dllsrc%\websrvr.dll
implib -a services.lib %dllsrc%\services.dll
\ No newline at end of file
implib -a services.lib %dllsrc%\services.dll
exit /b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment