Skip to content

Commit

Permalink
CI: use the "flatpak" tag for jobs using flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 21, 2020
1 parent ac3a69c commit e181d41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,17 @@ gnome-master:
allow_failure: true
stage: build_and_test
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
tags:
- flatpak
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak.sh

gnome-master-gtk4:
allow_failure: true
stage: build_and_test
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
tags:
- flatpak
script:
- xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh
artifacts:
Expand Down

0 comments on commit e181d41

Please sign in to comment.