Skip to content
Snippets Groups Projects
Verified Commit 1b51d006 authored by Benny Baumann's avatar Benny Baumann
Browse files

cfg: Properly export built packages

parent 205a4dd0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -45,13 +45,11 @@ build:deb:
script:
- make
- dpkg-buildpackage -b -us -uc
- mkdir -p deb && cp -t deb ../rmrf*.deb ../rmrf*.changes ../rmrf*.buildinfo
artifacts:
paths:
- bin
- ../rmrf*.deb
- ../rmrf*.ddeb
- ../rmrf*.changes
- ../rmrf*.buildinfo
- deb
tags:
- rmrf
- rmrfcode
......@@ -69,4 +67,5 @@ test:deb:
dependencies:
- build:deb
script:
- make lintian
- echo Successfully tested.
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