Commit Graph

193 Commits (optimize-spirv)

Author SHA1 Message Date
Exverge 2caadffe4d
Refactor android to dev.suyu.suyu_emu 1 year ago
Crimson Hawk 77205848af
Add requested changes
Commited by Exverge <exverge@exverge.xyz>
1 year ago
Fijxu be31d5f56c
Enable Windows MinGW artifacts. 1 year ago
Fijxu 068052078f
CI: Enable android artifacts 1 year ago
Fijxu d4375a21ef
Revert a9312c837e . Use proper GCC binary location and CCACHE changes in
the CI
1 year ago
Fijxu 0c2bdc6f61
Fix wrong URL on DownloadExternals. Change Clang and GCC executables on CI scripts 1 year ago
SylverDiscord51 1648d189d3
license-fix (#31)
Co-authored-by: palfaiate <syl.paulo.alfaiate@gmail.com>
Co-authored-by: SylverDiscord51 <p71468162@gmail.com>
Co-committed-by: SylverDiscord51 <p71468162@gmail.com>
1 year ago
Fijxu 5aa53d12df feature: Store CCACHE cache in CI cache 1 year ago
Fijxu 012bc479da Use SUYU_USE_FASTER_LD 1 year ago
niansa 8cd1409673 Use mold in CI script 1 year ago
ddutchie e29c55dd98 CI Changes to Alow Building Linux and Android [From FORK] 1 year ago
niansa def7154dfb Disable Android ktlintCheck for now as we don't currently support Android 1 year ago
JuanCStar 88b901a24e Full rebrand 1 year ago
niansa ba5b604f9a Port original Linux CI code to Gitlab 1 year ago
JuanCStar 16dfc39f89 Rebrand Common FS Path functions 1 year ago
JuanCStar f772e7d776 Changed app window name, logo and other references related 1 year ago
Crimson Hawk cdbdf63ebe Revert "Merge branch 'master' into 'dev'"
This reverts merge request !17
1 year ago
AMA2581 5720814b13 modifying all the files to match the app 1 year ago
t895 99ea31faa8 ci: android: Play store publishing setup 1 year ago
Liam 4548e5ae1d ci: remove format dep from mainline step2 2 years ago
t895 954eb40237 ci: Remove format step from mainline builds 2 years ago
t895 cdeaca73c4 android: Move ktlintCheck to yuzu-verify 2 years ago
Liam 84787a2ada ci: fix file mode check in format script 2 years ago
Liam e11a3414ae ci: fix format task 2 years ago
Liam 30743eff56 ci: make verify format workflow output more helpful 2 years ago
Liam 4f83b00f6f general: fix trailing whitespace 2 years ago
t895 d677052e8c actions: android: Build relWithDebInfo on main repo 2 years ago
Charles Lombardo 135b645b3d ci: android: Use signing key if available
Lets gradle handle apk signing when available
2 years ago
liamwhite eec3d356b6
Merge pull request #11689 from liamwhite/breakpad
qt: implement automatic crash dump support
2 years ago
toast2903 c206a04747
ci/linux: Fix find parameter order
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2 years ago
lat9nq 00b0938f10 ci/linux: Upload separated debug symbols
Creates a new archive with a debug suffix that contains the debug symbols from
compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file.
ci/linux: Compile with debug symbols and upload separately

Currently only uploads for yuzu but yuzu-cmd or other future executables can be
added to the for-loop's parameters.
2 years ago
Liam d3997bad9b qt: implement automatic crash dump support 2 years ago
liamwhite 3e4029b238
Merge pull request #11042 from lat9nq/wayland-appimage
ci/linux: Target deploy script from appimage path
2 years ago
Morph 7fc5ef68d2 ci: Remove GA, Gr optimizations from MSVC
Internal testing has shown these result in higher committed memory usage in some systems.
Also Ob2 is already implied by O2, so that can be removed as well.
2 years ago
lat9nq f02226283e ci/mingw: Remove pefile installation step
This is unnecessary here: pefile is already installed on the container.
This step also causes issues in coming changes to the container.
2 years ago
Morph e3937fe8ad general: Update VulkanSDK and Vulkan-Headers
Latest as of this commit
2 years ago
Morph eacec2ae12 ci: Download and install Vulkan SDK directly from LunarG 2 years ago
lat9nq b417b8562e ci/linux: Target deploy script from appimage path
Includes AppImage changes so that the needed Qt Wayland libraries are
included.
2 years ago
bunnei ee8caac82f android: Various fixes for CI. 2 years ago
liushuyu 1d0329a065 CI: add Android build systems 2 years ago
Danila Malyutin 7325fb054d
Fixup upload.ps1 for GHA
No extra folders are created with ninja generator after previous CMake fixes.
2 years ago
Matías Locatti b000af0054 Re-enable LTO for Linux
Using the tested method of only enabling it for core and video_core.

Clang is skipped, because Clang.
2 years ago
Liam 600f325d87 general: fix spelling mistakes 2 years ago
Morph b4b3454d9b
ci: Actually enable LTO on MSVC (#9887) 2 years ago
Matías Locatti c38bb96a2c Partially apply LTO to only core and video_core projects. 2 years ago
Morph e711188be7 apply-patches-by-label: Remove unused variables and imports 3 years ago
Morph 0f04cabf84 apply-patches-by-label: Use python f-strings 3 years ago
Morph 8532e17243 ci: Abort on failure to query Github's API
This raises an exception if the GET request to Github's API returns anything other than 200 OK, ensuring we always have successful merges of tagged PRs.
Also, reduces the number of queried pages from 29 to 9 to reduce the number of requests.
3 years ago
Levi Behunin d5fc56db4b Move to Clang Format 15
Depends on https://github.com/yuzu-emu/build-environments/pull/69

clang-15 primary run
3 years ago
Colin Kinloch 5d36d4b143 ci: Allow setting clang-format binary 3 years ago