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

stages:
 - build

before_script:
  - dnf install -y gcc gettext itstool redhat-rpm-config git
                   gtk3-devel gnome-autoar-devel gnome-desktop3-devel
                   gobject-introspection-devel libselinux-devel
                   libxml2-devel tracker-devel desktop-file-utils
                   libgexiv2-devel
  - pip3 install meson --user

build-nautilus:
  stage: build
  script:
    - meson _build .