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