ci: Drop lintian check
Packging details should be checked in the distros. Let's not waste CI resources here. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/619>
This commit is contained in:
@ -72,18 +72,6 @@ build_reference:
|
|||||||
variables:
|
variables:
|
||||||
- $PKG_ONLY == "1"
|
- $PKG_ONLY == "1"
|
||||||
|
|
||||||
test_lintian:
|
|
||||||
stage: test
|
|
||||||
needs:
|
|
||||||
- job: build_deb
|
|
||||||
artifacts: true
|
|
||||||
script:
|
|
||||||
- apt-get -y install lintian
|
|
||||||
- lintian *.deb
|
|
||||||
except:
|
|
||||||
variables:
|
|
||||||
- $PKG_ONLY == "1"
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user