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,6 @@
#!/bin/bash -ex
mkdir -p "$HOME/.ccache"
# Configure docker and call the script that generates application data and build scripts
docker run --env-file .ci/scripts/linux-flatpak/azure-ci.env --env-file .ci/scripts/linux-flatpak/azure-ci-flatpak.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache -v "$HOME/.ssh":/root/.ssh --privileged yuzuemu/build-environments:linux-flatpak /bin/bash -ex /yuzu/.ci/scripts/linux-flatpak/docker.sh