summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-23package MSVC CI Builds differently, and include yuzu.exeKyle Kienapfel1-1/+8
This is related to 8486 Ninja places the exe files into .\build\bin while MSBuild may place them into .\build\bin\Release upload.ps1 was originally written for use with Azure Dev Ops to cough up about 5 files and the script appears to be used for both CI and mainline builds GHA (GitHub Actions) makes available a single zip of the items uploaded by each Upload action (artifacts directory), so we want to work with that. I'm doing changes to upload.ps1 to accomplish this. The changes to the verify.yml are as follows -DGIT_BRANCH=pr-verify changes the header in yuzu, instead of saying HEAD-<hash>-dirty it'll say pr-verify-<hash> -DCLANG_FORMAT_SUFFIX=discordplzdontclang tricks the CMake stuff for discord-rpc to NOT run clang-format, as this was marking CI builds as dirty I'm also making it upload just the exe by itself, as the msvc builds are quite chunky. but maybe this is unnecessary. Currently the MSVC artifact option is a 274MB zip that contains 3 copies of the DLLs, and 4 copies of the source tarball, and zero copies of yuzu.exe This PR should have msvc artifacts of about 190MB that downloads as 81 MB zip
2022-07-23ci,CMake: Integrate vcpkg into CMakeListslat9nq1-2/+1
Uses manifest mode if the bundled vcpkg is used.
2022-07-06ci: Update various actions from v2 to v3Morph2-6/+6
2022-07-05CI: upload artifacts for pull request verificationliushuyu1-0/+18
2022-07-05CI: fix cachingliushuyu1-3/+48
2022-07-05CI: Use GitHub Actions to check pull requestsliushuyu1-0/+52
2021-10-15.ci: Use Github Actions to update translation source filesFearlessTobi1-0/+23
2020-06-28.github: add a new issue templatetgsm2-1/+18
2019-06-08.github: Create FUNDING.ymlTobias1-0/+3
2019-01-22ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality issuesTobias1-5/+16
2018-01-14Minor cleanupMerryMage1-18/+13
2017-06-03Edit Citra URLs (#2728)Alex Touchet1-2/+2
2017-01-24github: fixed issue template forum links (#2470)Kloen Lansfiel1-2/+2
2016-08-26.github: Add ISSUE_TEMPLATE.mdMerryMage1-0/+25