build: Add CI

Barebones, just compiles libfprint.
This commit is contained in:
Bastien Nocera 2018-05-31 12:18:17 +02:00
parent c91819f551
commit 2fbc77955e

19
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,19 @@
image: fedora:rawhide
stages:
- build
variables:
DEPENDENCIES: libusb1-devel glib2-devel nss-devel pixman-devel systemd meson gtk-doc
before_script:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
build:
stage: build
script:
- meson . _build
- ninja -C _build
- ninja -C _build install