添加Jenkinsfile

This commit is contained in:
LingZhaoHui 2020-09-12 11:26:10 +08:00
parent 3a2deb8784
commit 62ce2adfa6
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -5,7 +5,7 @@
# #
#make clean #make clean
make && make PREFIX=/usr/local/redis install make clean && make PREFIX=/usr/local/redis install
if ! test -z $1;then if ! test -z $1;then
return 0; return 0;