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

Add the rest of the targets for RaspberryPi

parent 6133dc8b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -23,6 +23,22 @@ sbbs-linux:
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
sbbs-raspian:
tags: [RaspberryPi]
image: gcc
stage: build
extends: .rules
script:
- cd src/sbbs3
- make RELEASE=1 all
- make RELEASE=1 gtkutils
artifacts:
name: sbbs-linux-x64
paths:
- "src/sbbs3/*.exe.release/*"
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
sexpots-linux:
tags: [Linux]
image: gcc
......@@ -36,6 +52,19 @@ sexpots-linux:
paths:
- "src/sexpots/*.exe.release/*"
sexpots-raspian:
tags: [RaspberryPi]
image: gcc
stage: build
extends: .rules
script:
- cd src/sexpots
- make RELEASE=1
artifacts:
name: sexpots-linux-x64
paths:
- "src/sexpots/*.exe.release/*"
syncterm-raspian:
tags: [RaspberryPi]
image: gcc
......@@ -206,6 +235,19 @@ syncdraw-linux:
paths:
- "src/syncdraw/*.exe.release/*"
syncdraw-raspian:
tags: [RaspberryPi]
image: gcc
stage: build
extends: .rules
script:
- cd src/syncdraw
- make RELEASE=1
artifacts:
name: syncdraw-linux-x64
paths:
- "src/syncdraw/*.exe.release/*"
jsdoor-freebsd:
tags: [FreeBSD]
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment