summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-18 14:08:15 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-21 15:14:29 +0100
commite15a1fcd82c33cf2d67bcbc7597fa19636306bed (patch)
treef3ba737442b75bf84d656a82987f6dd655ebc234 /.gitlab-ci.yml
parent20f0297a6b1f17b33afcb99a0908cbb5e68027e8 (diff)
downloadgvfs-e15a1fcd82c33cf2d67bcbc7597fa19636306bed.tar.gz
ci: Test suite integration
This patch finally integrates our test suite in GitLab CI. Unfortunately, many tests are skipped currently, because I was not able to make them work in the Docker container yet.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85f7d50b..2caf7a88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,9 @@
fedora:
image: $CI_REGISTRY_IMAGE
script:
- - meson build --werror
- - ninja -C build
+ - meson -Dinstalled_tests=true --prefix /usr --werror build
+ - ninja -C build install
+ - GIO_USE_VOLUME_MONITOR=unix gnome-desktop-testing-runner gvfs
gnome-build-meta:
image: buildstream/buildstream-fedora:master-123-abef70fe