create xserver for headless openscad

This commit is contained in:
acereca 2021-02-12 20:31:16 +01:00
parent 8fb348b8ed
commit 754d3621d2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
agent any agent any
steps { steps {
sh 'python3.8 tests.py' 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' sh 'make -C docs html'
} }
} }