ci: Add CI

This commit is contained in:
Bastien Nocera
2020-01-09 16:43:04 +01:00
parent 4dda433e92
commit 69cca75e12

15
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,15 @@
image: fedora:rawhide
variables:
DEPENDENCIES: make gcc gtk-doc pkgconfig(udev) pkgconfig(systemd) pkgconfig(gio-2.0) pkgconfig(gudev-1.0) systemd
build_stable:
allow_failure: true
before_script:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES_STABLE
script:
- ./autogen.sh --disable-dependency-tracking
- make
- make check
- make install