summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2023-05-05 14:18:23 +0300
committerJordan Petridis <jordan@centricular.com>2023-05-05 23:35:39 +0300
commit23fdb58f50665ba3d9349cb3f862459b9226ace5 (patch)
treeca4fd77f6aab3d48a1c4ce754a5e42969e0f05a1
parent37090be4e030d73219075a09b9ce5f4b65f10141 (diff)
downloadepiphany-23fdb58f50665ba3d9349cb3f862459b9226ace5.tar.gz
flatpak: add run-tests to the manifest
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--org.gnome.Epiphany.json14
2 files changed, 16 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15cdb3930..1226fa4af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
include:
- - remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
- - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/3d80a75e1284935e69219bfa80bc6064c6786819/templates/alpine.yml'
+ - remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+ - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/3d80a75e1284935e69219bfa80bc6064c6786819/templates/alpine.yml'
cache:
paths:
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 9e26cde1c..14b57f98e 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -118,6 +118,20 @@
"-Dprofile=Devel",
"-Dgranite=enabled"
],
+ "run-tests" : true,
+ "build-options" : {
+ "test-args" : [
+ "--device=dri",
+ "--filesystem=xdg-download",
+ "--share=ipc",
+ "--share=network",
+ "--socket=fallback-x11",
+ "--socket=pulseaudio",
+ "--socket=wayland",
+ "--system-talk-name=org.freedesktop.GeoClue2",
+ "--own-name=org.gnome.Epiphany.WebAppProvider"
+ ]
+ },
"sources" : [
{
"type" : "git",