更新 'Jenkinsfile'

This commit is contained in:
LingZhaoHui 2020-09-12 03:23:09 +00:00
parent 17aa68950e
commit 3a2deb8784

2
Jenkinsfile vendored
View File

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