summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a9763df40ec21698a3090a05ce9affbf6c43ebd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
image: fedora:rawhide

variables:
  DEPENDENCIES: gcc
                gcc-c++
                glibc-devel
                make
                libxml2-devel
                glib2-devel
                gettext
                git
                itstool
                xmlto
                findutils
                gettext-devel
                meson

build:meson:
  before_script:
    - dnf update -y --nogpgcheck
    - dnf install -y --nogpgcheck $DEPENDENCIES
  script:
    - make

    # Compile shared-mime-info
    - git clone https://gitlab.freedesktop.org/xdg/shared-mime-info.git
    - cd shared-mime-info
    - meson _build -Dxdgmime-path=$PWD/../
    - ninja -C _build test