nautilus/.gitlab-ci.yml
2018-01-03 16:35:52 +00:00

18 lines
440 B
YAML

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 .