summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 292dda2b5715545fdb26624fc8366712f8bd875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: fedora:rawhide

variables:
  DEPENDENCIES: gettext libtool intltool gtk-doc
                autoconf automake
                gcc redhat-rpm-config gcc-c++ glibc-devel make
                systemd sqlite-devel gobject-introspection-devel
                libusbx-devel libgudev-devel libimobiledevice-devel
                glib2-devel
                umockdev python3-dbus python3-dbusmock

build_stable:
  before_script:
    - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
  script:
    - ./autogen.sh
    - make
    - make install
    - make check