generate pngs with jenkins
This commit is contained in:
Vendored
+2
@@ -13,6 +13,8 @@ pipeline {
|
||||
stage("Build") {
|
||||
agent any
|
||||
steps {
|
||||
sh 'python3.8 tests.py'
|
||||
sh 'make doc_images -j4'
|
||||
sh 'make -C docs html'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user