From 754d3621d246de1b2b682771fa7c0f6b2611b8ff Mon Sep 17 00:00:00 2001 From: acereca Date: Fri, 12 Feb 2021 20:31:16 +0100 Subject: [PATCH] create xserver for headless openscad --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e9cbba..321aae1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { agent any steps { sh 'python3.8 tests.py' - sh 'make doc_images -j4' + sh 'Xvfb :5 -screen 0 800x600x24 &; DISPLAY=:5 make doc_images -j4' sh 'make -C docs html' } }