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

Format the .deb filename "correctly" and add a pipeline for it.

In theory, a crazy person could grab it every day and upgrade it.
parent f9533560
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4395 passed
......@@ -36,6 +36,19 @@ sexpots-linux:
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:
tags: [Linux]
image: gcc
......
......@@ -175,7 +175,8 @@ dpkg: $(SYNCTERM) syncterm.1.gz dpkg-control dpkgdirs changelog.gz
${QUIET}${INSTALL_DATA} LICENCE dpkg${DESTDIR}${PREFIX}/share/doc/syncterm/copyright
${QUIET}${INSTALL_DATA} changelog.gz dpkg${DESTDIR}${PREFIX}/share/doc/syncterm
${QUIET}${INSTALL_DATA} dpkg-control dpkg/DEBIAN/control
${QUIET}dpkg-deb --root-owner-group -b dpkg syncterm.deb
${QUIET}dpkg-deb --root-owner-group -b dpkg syncterm_1.2a-${shell date -u +%Y%m%d}_${shell dpkg-architecture -q DEB_BUILD_ARCH}.deb
${QUIET}rm -rf dpkg
devel: tags cscope.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment