fix jenkinsfile

portability/macos
Rachel Fae Fox (foxiepaws) 2019-07-22 09:49:07 -04:00
parent 55b71f449f
commit 069f2971ce
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,9 @@ rm Makefile'''
}
}
stage('Make') {
steps {
sh 'make'
}
}
}
}