添加Jenkinsfile
This commit is contained in:
parent
3a2deb8784
commit
62ce2adfa6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'printenv'
|
sh 'printenv'
|
||||||
sh 'make MALLOC=jemalloc'
|
sh 'build.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user