updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -22,7 +22,6 @@ pipeline {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_unix.sh'
|
||||
sh 'scripts/make_package.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,7 +33,6 @@ pipeline {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_win32.sh'
|
||||
sh 'scripts/make_package.sh "" "" "" "" 1 0'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -46,7 +44,6 @@ pipeline {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_unix.sh aarch64'
|
||||
sh 'scripts/make_package.sh "" aarch64'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user