This commit is contained in:
acereca 2021-02-12 20:32:18 +01:00
parent 754d3621d2
commit 4e2fa79419
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 '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'
} }
} }