summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-12 21:16:10 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-15 16:06:14 +0200
commitff1df6be4deab080fc7f249f276e37c1a4f8e152 (patch)
tree33939d3022ddba6dadba8c94f6c8385718550ac5 /.gitlab-ci
parentea1587c6fc57f1765258a634e3968935aeebd88c (diff)
downloadpygobject-ff1df6be4deab080fc7f249f276e37c1a4f8e152.tar.gz
ci: build and run tests in the gnome master flatpak runtime. Fixes #241
Allow failures for now as we don't control it and can't easily react if it breaks.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-flatpak.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci/test-flatpak.sh b/.gitlab-ci/test-flatpak.sh
new file mode 100755
index 00000000..3e3a9923
--- /dev/null
+++ b/.gitlab-ci/test-flatpak.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -e
+
+python3 -m pip install --user pytest
+python3 setup.py test