Add Flatpak CI

This commit is contained in:
gal20
2020-10-09 00:01:44 +03:00
parent fb0fe3b8c3
commit 0e66017b6f
8 changed files with 469 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash -ex
YUZU_SRC_DIR="/yuzu"
REPO_DIR="$YUZU_SRC_DIR/repo"
# When the script finishes, unmount the repository and delete sensitive files,
# regardless of whether the build passes or fails
umount "$REPO_DIR" || true
rm -rf "$REPO_DIR" /tmp/* || true