[libmanette] ci: Add the gudev task



commit 2b3735fec014bf6c18755261c060c7ab64b043f7
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Nov 22 11:28:54 2020 +0100

    ci: Add the gudev task
    
    This tests on Fedora to allow testing with it works with gudev.

 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4148218..dcfa5af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,16 @@ unit-tests:
     - flatpak build ${FLATPAK_BUILD_DIR} meson --prefix=/app ${SHARED_MESON_ARGS} ${MESON_ARGS} _build
     - flatpak build ${FLATPAK_BUILD_DIR} ninja -C _build test
 
+gudev:
+  image: fedora:32
+  stage: build
+  before_script:
+    - dnf install -y gcc glib2-devel gobject-introspection-devel libevdev-devel libgudev-devel meson vala
+  script:
+    - meson _build
+    - ninja -C _build
+    - ninja -C _build test
+
 doc:
   image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
   stage: build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]