updated build system
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4044d95aaa
commit
43004b19c3
@ -19,7 +19,8 @@ pipeline {
|
||||
steps {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_unix.sh x86_64'
|
||||
sh 'scripts/make_unix.sh'
|
||||
sh 'scripts/make_package.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -31,6 +32,7 @@ pipeline {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_win32.sh'
|
||||
sh 'scripts/make_package.sh "" "" "" "" 1 0'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -42,6 +44,7 @@ pipeline {
|
||||
retry(2) {
|
||||
sleep time: 5, unit: 'SECONDS'
|
||||
sh 'scripts/make_unix.sh aarch64'
|
||||
sh 'scripts/make_package.sh "" aarch64'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user