[cogl/simple-ci: 3/6] ci: Add Xvfb and run the tests under it
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/simple-ci: 3/6] ci: Add Xvfb and run the tests under it
- Date: Thu, 4 Jun 2020 11:59:39 +0000 (UTC)
commit 0ef0219f2bbae2ae82bdef1a8f2fc19774055126
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Jun 4 11:45:01 2020 +0100
ci: Add Xvfb and run the tests under it
.gitlab-ci.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd9da106..6dc0dc77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,9 @@ variables:
gettext-devel
libtool
chrpath
- pkgconfig(cairo)
mesa-libEGL-devel
+ xorg-x11-server-Xvfb
+ pkgconfig(cairo)
pkgconfig(gbm)
pkgconfig(gdk-pixbuf-2.0)
pkgconfig(gl)
@@ -39,6 +40,6 @@ build_stable:
script:
- CPPFLAGS='-D_FORTIFY_SOURCE=2' ./autogen.sh --disable-dependency-tracking --disable-gtk-doc
- make
- - make check
+ - xvfb-run -a -s "-screen 0 1024x768x24" make check
- make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]