Jenkins shall sign the build

This commit is contained in:
Christian Obersteiner
2016-06-26 16:08:31 +02:00
parent c4dc05826d
commit b9f4f5e294

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ node {
checkout scm
stage 'Build'
sh "make V=s"
sh "make sign V=s"
stage 'Archive'
archive 'output/**/*'