Skip to content
Snippets Groups Projects
Verified Commit 15924749 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Add deb to CI

parent b19405c9
No related branches found
No related tags found
No related merge requests found
Pipeline #2909 failed with stages
in 3 minutes and 4 seconds
image: python:3.7
stages:
- quality-assurance
before_script:
- pip install tox
- build
linters:
image: python:3.7
stage: quality-assurance
script: tox -e linters
before_script:
- pip install tox
script:
- tox -e linters
# Be nice to new contributors, but please use `tox` before commit
allow_failure: true
build-deb:
image: debian:buster
stage: build
script:
- apt-get update && apt-get -y --no-install-recommends install debmake dh-python debhelper python3-all
- dpkg-buildpackage
- mkdir build && cp ../*.deb build/
artifacts:
paths:
- build/*.deb
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