mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
Remove test-build.fish
This commit is contained in:
parent
9e43cbb27b
commit
fa388a8dff
1 changed files with 0 additions and 40 deletions
|
|
@ -1,40 +0,0 @@
|
|||
#!/usr/bin/fish --no-config
|
||||
# Complete build and test script for AUR package
|
||||
|
||||
echo "╔══════════════════════════════════════════════════════════╗"
|
||||
echo "║ 🔄 UPDATING CHECKSUMS ║"
|
||||
echo "╚══════════════════════════════════════════════════════════╝"
|
||||
updpkgsums
|
||||
|
||||
if test $status -ne 0
|
||||
echo "❌ Failed to update checksums. Exiting."
|
||||
exit 1
|
||||
end
|
||||
|
||||
echo ""
|
||||
echo "╔══════════════════════════════════════════════════════════╗"
|
||||
echo "║ 📄 GENERATING .SRCINFO ║"
|
||||
echo "╚══════════════════════════════════════════════════════════╝"
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
|
||||
echo ""
|
||||
echo "╔══════════════════════════════════════════════════════════╗"
|
||||
echo "║ 🔨 BUILDING PACKAGE ║"
|
||||
echo "╚══════════════════════════════════════════════════════════╝"
|
||||
makepkg -fsi
|
||||
|
||||
if test $status -eq 0
|
||||
echo ""
|
||||
echo "╔══════════════════════════════════════════════════════════╗"
|
||||
echo "║ ✅ BUILD SUCCESSFUL ║"
|
||||
echo "╚══════════════════════════════════════════════════════════╝"
|
||||
echo "🧹 Cleaning up build artifacts..."
|
||||
rm -rf src/ pkg/ noctalia-shell/ *.pkg.tar.zst
|
||||
echo "✨ Cleanup complete!"
|
||||
else
|
||||
echo ""
|
||||
echo "╔══════════════════════════════════════════════════════════╗"
|
||||
echo "║ ❌ BUILD FAILED ║"
|
||||
echo "╚══════════════════════════════════════════════════════════╝"
|
||||
echo "🔍 Leaving artifacts for debugging."
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue