Modify buildtestpublish_all.sh
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 6s
Build-Test-Publish / build (linux/arm64) (push) Failing after 7s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 6s
Build-Test-Publish / build (linux/arm64) (push) Failing after 7s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped
This commit is contained in:
@ -234,15 +234,17 @@ function print_summary() {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
title "🔨 BUILDING ALL TOOLS 🔨"
|
title "🔨 BUILDING GETPKG 🔨"
|
||||||
|
|
||||||
getpkg/build.sh
|
"${SCRIPT_DIR}/getpkg/build.sh"
|
||||||
export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg"
|
export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg"
|
||||||
if [ ! -f "$GETPKG" ]; then
|
if [ ! -f "$GETPKG" ]; then
|
||||||
echo "Build failed."
|
echo "Build failed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
title "🔨 BUILDING ALL TOOLS 🔨"
|
||||||
|
|
||||||
buildtestpublish_all
|
buildtestpublish_all
|
||||||
|
|
||||||
print_summary
|
print_summary
|
||||||
|
Reference in New Issue
Block a user