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

Fix some pipes.

parent d3a6cc91
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4406 passed
......@@ -30,12 +30,11 @@ sexpots-linux:
extends: .rules
script:
- cd src/sexpots
- make RELEASE=1 PREFIX=/usr dpkg
- make RELEASE=1
artifacts:
name: sexpots-linux-x64
paths:
- "src/sexpots/*.exe.release/*"
- "src/syncterm/syncterm*.deb"
syncterm-linux:
tags: [Linux]
......@@ -44,11 +43,12 @@ syncterm-linux:
extends: .rules
script:
- cd src/syncterm
- make RELEASE=1
- make RELEASE=1 PREFIX=/usr dpkg
artifacts:
name: syncterm-linux-x64
paths:
- "src/syncterm/*.exe.release/*"
- "src/syncterm/syncterm*.deb"
sbbs-windows:
tags: [Windows]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment