removed custom prefix from jenkinsfile configure
This commit is contained in:
parent
d3c78c3a7a
commit
a4ed968979
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh './bootstrap.sh'
|
sh './bootstrap.sh'
|
||||||
sh './configure --prefix=/tmp/core_build'
|
sh './configure'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
sh 'make install'
|
sh 'make install'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue