mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
gitlab-ci: Build package and run autopkgtest / lintian
Use prebuilt pipelines to build debs for arm64 and amd64. Test the amd64 ones using (potential) autopkgtests and lintian.
This commit is contained in:
parent
a85710869c
commit
ad56f9aa85
1 changed files with 23 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
include:
|
||||
- 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-definitions.yml'
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- package
|
||||
- test-package
|
||||
|
||||
variables:
|
||||
DEPS: build-essential git modemmanager-dev libmm-glib-dev
|
||||
|
@ -40,3 +45,21 @@ test:native:
|
|||
- export LC_ALL=C.UTF-8
|
||||
- xvfb-run ninja -C _build test
|
||||
|
||||
package:deb-debian-buster:
|
||||
extends: .l5-build-debian-package
|
||||
|
||||
package:deb-debian-buster:arm64:
|
||||
tags:
|
||||
- librem5:arm64
|
||||
extends: .l5-build-debian-package
|
||||
|
||||
autopkgtest-debian-buster-package:
|
||||
dependencies:
|
||||
- package:deb-debian-buster
|
||||
extends: .l5-autopkgtest-debian-package
|
||||
|
||||
lintian-debian-buster-package:
|
||||
dependencies:
|
||||
- package:deb-debian-buster
|
||||
extends: .l5-lintian-debian-package
|
||||
|
||||
|
|
Loading…
Reference in a new issue