mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
17 lines
440 B
YAML
17 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 .
|