jenkins 构建
This commit is contained in:
parent
034ef85a8a
commit
18a42b7f5e
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,7 +4,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
cd 'script'
|
|
||||||
sh 'bash build.sh'
|
sh 'bash build.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
cd ../
|
|
||||||
|
|
||||||
cd ./deps/jemalloc && ./autogen.sh
|
cd ./deps/jemalloc && ./autogen.sh
|
||||||
|
|
||||||
cd ../ && make hiredis jemalloc linenoise lua
|
cd ../ && make hiredis jemalloc linenoise lua
|
Loading…
Reference in New Issue
Block a user