diff options
author | Jan-Michael Brummer <jan.brummer@tabos.org> | 2019-01-05 13:19:26 +0100 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@posteo.net> | 2019-03-17 01:00:28 +0000 |
commit | 8061c1929caf99bce9a5f13df5d6d644baa01abd (patch) | |
tree | c34833e24ca0d80fecd68c7cdd5f574d5304fcd0 /.gitlab-ci.yml | |
parent | c143681d5cf17424a12beea1ab8dda0bc2ec201c (diff) | |
download | epiphany-8061c1929caf99bce9a5f13df5d6d644baa01abd.tar.gz |
Enable co-existing of Epiphany Tech Preview with stable version
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/20
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab33890c8..ae91587b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,8 @@ flatpak: MANIFEST_PATH: 'org.gnome.Epiphany.json' RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo' FLATPAK_MODULE: 'epiphany' - # Make sure to keep this in sync with the Flatpak manifest, all arguments - # are passed except the config-args because we build it ourselves - MESON_ARGS: '-Dunit_tests=enabled --werror' - APP_ID: 'org.gnome.Epiphany' + MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled --werror' + APP_ID: 'org.gnome.Epiphany.Devel' review: dependencies: |