CI/Flatpak: Validate build before pushing

This commit is contained in:
Stenzek
2023-10-28 21:28:36 +10:00
committed by Connor McLaughlin
parent 2a2cd0dbca
commit 802081c3f8
2 changed files with 15 additions and 0 deletions
@@ -46,6 +46,9 @@ sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub
echo "Will install the following packages for building - ${FLATPAK_PACKAGES[*]}"
retry_command sudo flatpak -y install "${FLATPAK_PACKAGES[@]}"
echo "Installing Flatpak Builder"
retry_command sudo flatpak -y install flathub org.flatpak.builder
echo "Downloading flat-manager-client"
mkdir -p "$FLAT_MANAGER_CLIENT_DIR"
pushd "$FLAT_MANAGER_CLIENT_DIR"