pkgctl build: add option to test-install the created package
Currently there is no option to have the package test-installed to the local system.
pkgctl build --testing
sudo pacman -U pkgname.pkg.tar.zst
- verify that the build package works as expected
pkgctl release ...
pkgctl build --local-install --testing
- verify that the build package works as expected
pkgctl release ...
Sadly --install
is already taken to install packges into the build chroot