Update 'Jenkinsfile'

This commit is contained in:
LingZhaoHui 2020-09-12 02:18:07 +00:00
parent b823297b16
commit 0dc5d6546f

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stage('Build') {
steps {
sh 'printenv'
sh 'make'
}
}
}