[gtk/gtk-3-24-meson: 53/94] CI: run the tests with meson
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 53/94] CI: run the tests with meson
- Date: Mon, 8 Apr 2019 04:11:22 +0000 (UTC)
commit db0d7ddb397dd29f646c8e100cef8d9e7023b4aa
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]