TEST: disabling Yuzu

This commit is contained in:
XargonWan 2022-08-31 15:15:38 +02:00
parent baefc23813
commit dcac0b9e53

View file

@ -517,46 +517,46 @@ modules:
type: git type: git
tag-pattern: ^n([\d.]+)$ tag-pattern: ^n([\d.]+)$
- name: yuzu # - name: yuzu
buildsystem: cmake-ninja # buildsystem: cmake-ninja
builddir: true # builddir: true
config-opts: # config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo # - -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON # - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
- -DENABLE_QT_TRANSLATION=ON # - -DENABLE_QT_TRANSLATION=ON
- -DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON # - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON # - -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
- -DYUZU_USE_QT_WEB_ENGINE=ON # - -DYUZU_USE_QT_WEB_ENGINE=ON
- -DYUZU_USE_BUNDLED_FFMPEG=ON # - -DYUZU_USE_BUNDLED_FFMPEG=ON
- -DDISPLAY_VERSION=1150 # - -DDISPLAY_VERSION=1150
- -DBUILD_TAG=mainline-1150 # - -DBUILD_TAG=mainline-1150
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline # - -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
#- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2 # #- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
build-options: # build-options:
env: # env:
TITLEBARFORMATIDLE: yuzu {} # TITLEBARFORMATIDLE: yuzu {}
TITLEBARFORMATRUNNING: yuzu {} | {} # TITLEBARFORMATRUNNING: yuzu {} | {}
LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed # LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed
cleanup: # cleanup:
- /share/man # - /share/man
- /share/pixmaps # - /share/pixmaps
post-install: # post-install:
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher # - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
- install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg # - install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg
sources: # sources:
- type: git # - type: git
url: https://github.com/yuzu-emu/yuzu-mainline.git # url: https://github.com/yuzu-emu/yuzu-mainline.git
tag: mainline-0-1150 # tag: mainline-0-1150
commit: e5774ced75e1d19c5a42cac719f7de475a3630b3 # commit: e5774ced75e1d19c5a42cac719f7de475a3630b3
disable-shallow-clone: true # disable-shallow-clone: true
x-checker-data: # x-checker-data:
type: git # type: git
tag-pattern: ^(mainline-0-\d+)$ # tag-pattern: ^(mainline-0-\d+)$
- type: file # - type: file
path: rd-submodules/yuzu/yuzu-launcher.sh # path: rd-submodules/yuzu/yuzu-launcher.sh
- type: file # - type: file
path: rd-submodules/yuzu/compatibility_list.json # path: rd-submodules/yuzu/compatibility_list.json
dest: dist/compatibility_list # dest: dist/compatibility_list
# # Yuzu - END # # Yuzu - END