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

Revert "Prefix .bat file script invocation lines with "call""

This reverts commit 1e737459.
parent 3f3fbb7d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3559 passed
......@@ -55,17 +55,18 @@ sbbs-windows:
- cd src/xpdev
- make
- cd ../../src/sbbs3
- call .\release.bat
- .\release.bat
- cd ctrl
- call .\build.bat
- .\build.bat
- cd ../chat
- call .\build.bat
- .\build.bat
- cd ../useredit
- call .\build.bat
- .\build.bat
- cd ../../../xtrn/sbj
- make
- cd ../tbd
- make
dependencies: []
artifacts:
name: sbbs-win32
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment