summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2018-12-11 11:56:32 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-12-20 18:26:24 +0000
commit4ebb188c1f721fe6550529a48249c4e34139b695 (patch)
tree1b3aba2c1184fbe96045cc7f7485b2fad8fb099b /.gitlab-ci.yml
parentc15d3d037b3af73792473862e6e41171665a0bf9 (diff)
downloadgnome-contacts-4ebb188c1f721fe6550529a48249c4e34139b695.tar.gz
Gitlab CI: run ninja tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bba17f..db3aeb2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ flatpak:master:
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- flatpak build app meson --prefix=/app _build
+ - flatpak build app ninja -C _build test
- flatpak build app ninja -C _build install
- flatpak-builder --finish-only --repo=repo app data/flatpak/org.gnome.Contacts.json
# Make a Flatpak Contacts bundle for people to test