mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 03:50:27 +01:00
ci
This commit is contained in:
@@ -1,30 +1,24 @@
|
|||||||
default:
|
|
||||||
image: debian-package-builder-bookworm
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build-bookworm
|
||||||
- package
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|
||||||
before_script:
|
build-bookworm:
|
||||||
- apt-get update -qq
|
|
||||||
- apt-get install -y devscripts debhelper dh-make build-essential lintian
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- bookworm
|
||||||
script:
|
script:
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- cp -r * build/
|
- cp -r * build/
|
||||||
- cd build1
|
|
||||||
- debuild -us -uc
|
|
||||||
|
|
||||||
package:
|
|
||||||
stage: package
|
|
||||||
script:
|
|
||||||
- cd build
|
- cd build
|
||||||
- lintian ../*.deb
|
- debuild -us -uc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/*.deb
|
- build/*.deb
|
||||||
|
- build/*.dsc
|
||||||
|
- build/*.tar.xz
|
||||||
|
- build/*.changes
|
||||||
|
- build/*.buildinfo
|
||||||
|
- build/*.diff.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user