Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
b572bb23ce | |||
f8517d54f5 | |||
3f5eb3ef7b |
3 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
variables:
|
||||
CPU_LIMIT: 8
|
||||
# Application id of the app, should be same as id used in flatpak manifest and MetaInfo
|
||||
APP_ID: org.suyu_emu.suyu
|
||||
# Location of the flatpak manifest, root of git repository
|
||||
|
@ -6,11 +7,11 @@ variables:
|
|||
# Name of flatpak bundle
|
||||
BUNDLE: "${APP_ID}.flatpak"
|
||||
# Docker image to use
|
||||
DOCKER_REGISTRY: "docker.io/bilelmoussaoui/flatpak-github-actions"
|
||||
DOCKER_REGISTRY: "git.nadeko.net/fijxu/flatpak-github-actions"
|
||||
# Runtime to use, https://github.com/flatpak/flatpak-github-actions#docker-image
|
||||
RUNTIME_NAME: "freedesktop"
|
||||
# Runtime version to use
|
||||
RUNTIME_VRESION: "23.08"
|
||||
RUNTIME_VRESION: "23.08-mold"
|
||||
DOCKER_IMAGE: ${DOCKER_REGISTRY}:${RUNTIME_NAME}-${RUNTIME_VRESION}
|
||||
SCHEDULE_TASK: default
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Flatpak Ref]
|
||||
Title=org.suyu_emu.suyu Flatpak
|
||||
Name=org.suyu_emu.suyu
|
||||
Branch=dev
|
||||
Branch=master
|
||||
Url=https://suyu-emu.gitlab.io/linux-package-sources/flatpak
|
||||
SuggestRemoteName=suyu-flatpak
|
||||
Homepage=https://suyu.dev
|
||||
|
|
|
@ -264,7 +264,7 @@
|
|||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
|
||||
"-DENABLE_QT_TRANSLATION=ON",
|
||||
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
|
||||
|
@ -272,7 +272,8 @@
|
|||
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||
"-DBUILD_TAG=dev",
|
||||
"-DBUILD_REPOSITORY=suyu-emu/suyu"
|
||||
"-DBUILD_REPOSITORY=suyu-emu/suyu",
|
||||
"-DEXTRA_LDFLAGS='-fuse-ld=mold'"
|
||||
],
|
||||
"build-options": {
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue