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

Add SBJ and TBD Windows builds to CI, at request of mlong.

dpoker needs a little work first (can't find SDL.h).
parent 7b680df4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -62,6 +62,10 @@ sbbs-windows: ...@@ -62,6 +62,10 @@ sbbs-windows:
- .\build.bat - .\build.bat
- cd ../useredit - cd ../useredit
- .\build.bat - .\build.bat
- cd ../../../xtrn/sbj
- make
- cd ../tbd
- make
artifacts: artifacts:
name: sbbs-win32 name: sbbs-win32
paths: paths:
...@@ -69,6 +73,7 @@ sbbs-windows: ...@@ -69,6 +73,7 @@ sbbs-windows:
- "src/sbbs3/*.dll.release/*.dll" - "src/sbbs3/*.dll.release/*.dll"
- "src/sbbs3/*/*.exe.release/*.exe" - "src/sbbs3/*/*.exe.release/*.exe"
- "src/sbbs3/*/*.exe" - "src/sbbs3/*/*.exe"
- "xtrn/*/*.exe"
sexpots-windows: sexpots-windows:
tags: [Windows] tags: [Windows]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment