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
Branches
Tags
No related merge requests found
......@@ -4,8 +4,6 @@ sbbs-linux:
stage: build
script:
- cd src/sbbs3
- make all
- make gtkutils
- make RELEASE=1 all
- make RELEASE=1 gtkutils
artifacts:
......@@ -20,10 +18,10 @@ sexpots-linux:
image: gcc
stage: build
script:
- cd src/sexpots-x64
- cd src/sexpots
- make RELEASE=1
artifacts:
name: sexpots-linux
name: sexpots-linux-x64
paths:
- "src/sexpots/*.exe.release/*"
......@@ -53,3 +51,15 @@ sbbs-windows:
- "src/sbbs3/*.exe.release/*.exe"
- "src/sbbs3/*.dll.release/*.dll"
- "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