ci: Port Citra flatpak build to yuzu

Port Citra's travis based flatpak build
to yuzu's azure build system.
This commit is contained in:
Roman Meier
2020-03-21 16:59:25 +01:00
parent 7e376af8fc
commit 3b833104fb
9 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/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