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

Use a single pipeline for Linux SyncTERM and dpkg

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