Skip to content
Snippets Groups Projects
Commit 57dd2696 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add builds for jsdoor on Linux and FreeBSD, sexpots on FreeBSD.

parent ee69a04a
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,42 @@ syncdraw-linux: ...@@ -122,8 +122,42 @@ syncdraw-linux:
stage: build stage: build
script: script:
- cd src/syncdraw - cd src/syncdraw
- gmake RELEASE=1 - make RELEASE=1
artifacts: artifacts:
name: syncdraw-linux-x64 name: syncdraw-linux-x64
paths: paths:
- "src/syncdraw/*.exe.release/*" - "src/syncdraw/*.exe.release/*"
jsdoor-freebsd:
tags: [FreeBSD]
stage: build
script:
- cd src/sbbs3
- gmake RELEASE=1 jsdoor
artifacts:
name: jsdoor-freebsd-amd64
paths:
- "src/sbbs3/*.exe.release/*"
jsdoor-linux:
tags: [Linux]
image: gcc
stage: build
script:
- cd src/sbbs3
- make RELEASE=1 jsdoor
artifacts:
name: jsdoor-linux-x64
paths:
- "src/sbbs3/*.exe.release/*"
sexpots-freebsd:
tags: [FreeBSD]
stage: build
script:
- cd src/sexpots
- gmake RELEASE=1
artifacts:
name: sexpots-freebsd-amd64
paths:
- "src/sexpots/*.exe.release/*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment