Jenkinsfile sudo

This commit is contained in:
Olof hagsand 2018-06-17 23:12:39 +02:00
parent 5304acb086
commit 578a96eff7

4
test/Jenkinsfile vendored
View file

@ -19,10 +19,10 @@ node {
sh 'make'
}
stage('Make install') {
sh 'make install'
sh 'sudo make install'
}
stage('Make install-include') {
sh 'make install-include'
sh 'sudo make install-include'
}
stage('Make Example') {
sh 'cd example'