create xserver for headless openscad
This commit is contained in:
parent
8fb348b8ed
commit
754d3621d2
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue