summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: ae91587b0187ca168110b7ad059e8b4c78dcf66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'

variables:
  BUNDLE: 'epiphany-git.flatpak'

flatpak:
  extends: '.flatpak'
  variables:
    MANIFEST_PATH: 'org.gnome.Epiphany.json'
    RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo'
    FLATPAK_MODULE: 'epiphany'
    MESON_ARGS: '-Dprofile=Devel -Dunit_tests=enabled --werror'
    APP_ID: 'org.gnome.Epiphany.Devel'

review:
  dependencies:
    - 'flatpak'
  extends: '.review'

stop_review:
  extends: '.stop_review'