summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-24 11:02:49 +0200
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-05-10 22:59:32 +0000
commit786847069478be85a8aa3d185ca344eb95104840 (patch)
tree1790a346720b0b70e7938cc15bac6ba368e07897 /build-aux/flatpak/org.gnome.Nautilus.yml
parent507e96aadfaaa8bba6d7e6848ded18f47d466424 (diff)
downloadnautilus-786847069478be85a8aa3d185ca344eb95104840.tar.gz
flatpak: Build all tests by default
The flatpak template has been changed recently and MESON_ARGS variable doesn't have any effect currently. Let's drop MESON_ARGS and move the build options into the manifests directly (ie. -Dtests=all). See: https://gitlab.gnome.org/GNOME/citemplates/blob/master/flatpak/flatpak_ci_initiative.yml https://mail.gnome.org/archives/desktop-devel-list/2020-April/thread.html
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.yml')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index bd3a1e2ff..f22736fa6 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -116,6 +116,7 @@ modules:
config-opts:
- "--libdir=/app/lib"
- "-Dprofile=Devel"
+ - "-Dtests=all"
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/nautilus.git