urgh
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'python3.8 tests.py'
|
sh 'python3.8 tests.py'
|
||||||
sh 'Xvfb :5 -screen 0 800x600x24 &; DISPLAY=:5 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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user