mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
ci: libfprint master is now version two
libfprint master contains version 2 of the library now. This means we need to add dependencies and change some other things a bit.
This commit is contained in:
@ -7,11 +7,13 @@ variables:
|
|||||||
DEPENDENCIES_STABLE: $DEPENDENCIES libfprint-devel
|
DEPENDENCIES_STABLE: $DEPENDENCIES libfprint-devel
|
||||||
DEPENDENCIES_DEV: $DEPENDENCIES git
|
DEPENDENCIES_DEV: $DEPENDENCIES git
|
||||||
# Sync'ed up with https://gitlab.freedesktop.org/libfprint/libfprint/blob/master/.gitlab-ci.yml
|
# Sync'ed up with https://gitlab.freedesktop.org/libfprint/libfprint/blob/master/.gitlab-ci.yml
|
||||||
DEPENDENCIES_LIBFPRINT: libusb1-devel glib2-devel nss-devel pixman-devel systemd
|
DEPENDENCIES_LIBFPRINT: libgusb-devel glib2-devel nss-devel pixman-devel systemd meson gtk-doc
|
||||||
meson gtk-doc gcc gcc-c++ glibc-devel libX11-devel
|
gcc gcc-c++ glibc-devel libX11-devel libXv-devel gtk3-devel flatpak-builder
|
||||||
libXv-devel
|
gobject-introspection-devel python3-cairo python3-gobject umockdev
|
||||||
|
|
||||||
build_stable:
|
build_stable:
|
||||||
|
# FIXME: Stable builds will fail until libfprintv 2 reaches rawhide
|
||||||
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_STABLE
|
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_STABLE
|
||||||
script:
|
script:
|
||||||
@ -22,7 +24,7 @@ build_stable:
|
|||||||
build_dev:
|
build_dev:
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_LIBFPRINT $DEPENDENCIES_DEV
|
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_LIBFPRINT $DEPENDENCIES_DEV
|
||||||
- git clone -b libfprint-1-0 https://gitlab.freedesktop.org/libfprint/libfprint.git
|
- git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
|
||||||
- cd libfprint
|
- cd libfprint
|
||||||
- meson . _build --prefix=/usr
|
- meson . _build --prefix=/usr
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
|
|||||||
Reference in New Issue
Block a user