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

Add raspbian built for SyncTERM

parent 391817e2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -36,6 +36,20 @@ sexpots-linux:
paths:
- "src/sexpots/*.exe.release/*"
syncterm-raspian:
tags: [RaspberryPi]
image: gcc
stage: build
extends: .rules
script:
- cd src/syncterm
- make RELEASE=1 PREFIX=/usr dpkg
artifacts:
name: syncterm-linux-armhf
paths:
- "src/syncterm/*.exe.release/*"
- "src/syncterm/syncterm*.deb"
syncterm-linux:
tags: [Linux]
image: gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment