summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2018-06-01 17:47:13 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2018-06-01 17:47:13 +0000
commit5ec6746e86faa3ebdebd170e8edcc70978868556 (patch)
treef36dc7bbce57c747238465b8c0da391d1f968ff2 /.gitlab
parent092ae114f2cf1f39759d59d0f5ea7c71cd0e4d30 (diff)
parent55bd2805833e510c8aada7a35af6ec125c819abb (diff)
downloadgdk-pixbuf-5ec6746e86faa3ebdebd170e8edcc70978868556.tar.gz
Merge branch 'ci-test' into 'master'
Run the test suite on the CI pipeline See merge request GNOME/gdk-pixbuf!7
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/test-docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test-docker.sh b/.gitlab/ci/test-docker.sh
index f99a25c8c..d3aa9329c 100755
--- a/.gitlab/ci/test-docker.sh
+++ b/.gitlab/ci/test-docker.sh
@@ -20,6 +20,7 @@ unset CCACHE_DISABLE
cd ${builddir}
ninja || exit $?
+meson test || exit $?
cd ..