mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Merge branch 'wip/initial-ci' into 'master'
ci: Add initial gitlab continuous integration See merge request GNOME/nautilus!18
This commit is contained in:
commit
3c89d683ed
1 changed files with 17 additions and 0 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
image: fedora:26
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
before_script:
|
||||
- dnf install -y gcc meson gettext itstool redhat-rpm-config git
|
||||
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
|
||||
gobject-introspection-devel gsettings-desktop-schemas-devel
|
||||
libselinux-devel libxml2-devel tracker-devel
|
||||
desktop-file-utils
|
||||
|
||||
build-nautilus:
|
||||
stage: build
|
||||
script:
|
||||
- meson _build .
|
||||
- ninja -C _build install
|
Loading…
Reference in a new issue