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

Add some FreeBSD build jobs.

parent 2e065c88
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #648 passed
......@@ -72,3 +72,28 @@ sexpots-windows:
name: sexpots-win32
paths:
- "src/sexpots/Release/*.exe"
sbbs-freebsd:
tags: [FreeBSD]
stage: build
script:
- cd src/sbbs3
- gmake RELEASE=1 all
artifacts:
name: sbbs-freebsd-x64
paths:
- "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
syncterm-freebsd:
tags: [FreeBSD]
stage: build
script:
- cd src/syncterm
- gmake AR=mingw32-ar CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib RELEASE=1 STATIC_CRYPTLIB=yes USE_SDL=1 VERBOSE=please WINDRES=mingw32-windres
artifacts:
name: syncterm-freebsd-x64
paths:
- "src/syncterm/*.exe.release/*"
\ 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