[gtk/gtk-3-24-meson: 46/66] CI: run the tests with meson



commit 1d87a420b3af0a86df071dea2e56d2eb82033190
Author: Christoph Reiter <creiter src gnome org>
Date:   Thu Mar 28 19:54:13 2019 +0100

    CI: run the tests with meson
    
    Not all are ported I think, but this is a start.

 .gitlab-ci/test-docker-meson.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/test-docker-meson.sh b/.gitlab-ci/test-docker-meson.sh
index c3cbdf56a1..ab1f8cd50d 100755
--- a/.gitlab-ci/test-docker-meson.sh
+++ b/.gitlab-ci/test-docker-meson.sh
@@ -10,4 +10,11 @@ export PATH="${HOME}/.local/bin:${PATH}"
 python3 -m pip install --user meson==0.49.2
 
 meson _build
-ninja -C _build
+cd _build
+ninja
+
+xvfb-run -a -s "-screen 0 1024x768x24" \
+    meson test \
+        --timeout-multiplier 4 \
+        --print-errorlogs \
+        --suite=gtk+-3.0 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]