summaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* package MSVC CI Builds differently, and include yuzu.exeKyle Kienapfel2022-07-231-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
* ci,CMake: Integrate vcpkg into CMakeListslat9nq2022-07-231-2/+1
| | | | Uses manifest mode if the bundled vcpkg is used.
* ci: Update various actions from v2 to v3Morph2022-07-062-6/+6
|
* CI: upload artifacts for pull request verificationliushuyu2022-07-051-0/+18
|
* CI: fix cachingliushuyu2022-07-051-3/+48
|
* CI: Use GitHub Actions to check pull requestsliushuyu2022-07-051-0/+52
|
* .ci: Use Github Actions to update translation source filesFearlessTobi2021-10-151-0/+23
|
* .github: add a new issue templatetgsm2020-06-282-1/+18
|
* .github: Create FUNDING.ymlTobias2019-06-081-0/+3
|
* ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality issuesTobias2019-01-221-5/+16
|
* Minor cleanupMerryMage2018-01-141-18/+13
|
* Edit Citra URLs (#2728)Alex Touchet2017-06-031-2/+2
|
* github: fixed issue template forum links (#2470)Kloen Lansfiel2017-01-241-2/+2
|
* .github: Add ISSUE_TEMPLATE.mdMerryMage2016-08-261-0/+25