add spellchecking during build

This commit is contained in:
Clemens Lauermann 2020-04-22 10:53:56 +02:00
parent 7642489450
commit 1bbd45239f

1
Jenkinsfile vendored
View File

@ -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"
}
}
}