mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
81cbc3fa15
* Initial flatpak support * Fix compatibility list directory * Hard-code SSH mount location * Add workaround documentation * Change SSH repo directory * Change SSH repo directory (again) * Fix variable name * Remove temporary testing branch placeholder * Use a flatpak-specific docker image * Enable network access during the flatpak build so we can download compatibility list the right way * Fix flatpak tag support * Fix typo * Use cloned git for the build * Change SSH repo location * Disable shallow git cloning, needed for tagged building
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# Download the docker image that contains flatpak build dependencies
|
|
docker pull citraemu/build-environments:linux-flatpak
|