forked from eden-emu/eden
ci: Build an AppImage
This builds yuzu in an AppImage alongside the other archives during release. Required to allow distributing yuzu in the future with upgraded dependencies, such as Qt.
This commit is contained in:
parent
85cfd96f62
commit
43cad754d5
4 changed files with 51 additions and 5 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
|
||||
GITREV="`git show -s --format='%h'`"
|
||||
ARTIFACTS_DIR="artifacts"
|
||||
|
||||
mkdir -p artifacts
|
||||
mkdir -p "${ARTIFACTS_DIR}/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue