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

Add sexpots-windows build.

Fix sexpots-linux build issue introduced in previous commit.
parent 978bef64
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ sbbs-linux: ...@@ -4,8 +4,6 @@ sbbs-linux:
stage: build stage: build
script: script:
- cd src/sbbs3 - cd src/sbbs3
- make all
- make gtkutils
- make RELEASE=1 all - make RELEASE=1 all
- make RELEASE=1 gtkutils - make RELEASE=1 gtkutils
artifacts: artifacts:
...@@ -20,10 +18,10 @@ sexpots-linux: ...@@ -20,10 +18,10 @@ sexpots-linux:
image: gcc image: gcc
stage: build stage: build
script: script:
- cd src/sexpots-x64 - cd src/sexpots
- make RELEASE=1 - make RELEASE=1
artifacts: artifacts:
name: sexpots-linux name: sexpots-linux-x64
paths: paths:
- "src/sexpots/*.exe.release/*" - "src/sexpots/*.exe.release/*"
...@@ -53,3 +51,15 @@ sbbs-windows: ...@@ -53,3 +51,15 @@ sbbs-windows:
- "src/sbbs3/*.exe.release/*.exe" - "src/sbbs3/*.exe.release/*.exe"
- "src/sbbs3/*.dll.release/*.dll" - "src/sbbs3/*.dll.release/*.dll"
- "src/sbbs3/*/*.exe.release/*.exe" - "src/sbbs3/*/*.exe.release/*.exe"
sexpots-windows:
tags: [windows]
stage: build
script:
- cd src/sexpots
- .\release.bat
artifacts:
name: sexpots-win32
paths:
- "src/sexpots/Release/*.exe"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment