add spellchecking during build
This commit is contained in:
parent
7642489450
commit
1bbd45239f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -113,6 +113,7 @@ pipeline {
|
||||
steps {
|
||||
dir(env.GIT_PATH) {
|
||||
sh "make pdf -C ${env.TEMPLATE_NAME} SOURCEDIR=`pwd`"
|
||||
sh "hunspell -d de_AT,de_AT_frami,en_US -l -t *.md > diplomarbeit.pdf.spellcheck.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user