updated build system
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2024-07-11 14:10:43 -05:00
parent 4044d95aaa
commit 43004b19c3

View File

@ -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'
}
}
}