Skip to content
Snippets Groups Projects
Commit a7f13483 authored by nd's avatar nd Committed by nd
Browse files

add tests to try to install and test created packages

parent 2ebe448a
Branches
Tags
No related merge requests found
......@@ -97,6 +97,20 @@ trans_de:
- ./update_translations.sh de
coverage: '/^TOTAL.*\s+(\d+\%)$/'
test:package:pip:
stage: test
script:
- pip3 install dist/*.tar.gz
dependencies:
- build:pip
test:package:apt:
stage: test
script:
- apt -y install ./build/*.deb
dependencies:
- build:apt
publish:pip:
stage: deploy
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment