summaryrefslogtreecommitdiffstats
path: root/.ci (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci: android: Play store publishing setupt8952024-02-042-0/+42
* ci: remove format dep from mainline step2Liam2024-01-171-1/+0
* ci: Remove format step from mainline buildst8952024-01-151-10/+0
* android: Move ktlintCheck to yuzu-verifyt8952024-01-131-0/+3
* ci: fix file mode check in format scriptLiam2024-01-121-1/+1
* ci: fix format taskLiam2024-01-101-2/+1
* ci: make verify format workflow output more helpfulLiam2024-01-081-20/+15
* general: fix trailing whitespaceLiam2024-01-081-1/+1
* actions: android: Build relWithDebInfo on main repot8952023-12-292-5/+17
* ci: android: Use signing key if availableCharles Lombardo2023-11-012-12/+9
* Merge pull request #11689 from liamwhite/breakpadliamwhite2023-10-303-1/+2
|\
| * qt: implement automatic crash dump supportLiam2023-10-083-1/+2
* | ci/linux: Fix find parameter ordertoast29032023-10-101-1/+1
* | ci/linux: Upload separated debug symbolslat9nq2023-10-103-2/+20
|/
* Merge pull request #11042 from lat9nq/wayland-appimageliamwhite2023-07-221-1/+1
|\
| * ci/linux: Target deploy script from appimage pathlat9nq2023-07-071-1/+1
* | ci: Remove GA, Gr optimizations from MSVCMorph2023-07-211-1/+1
* | ci/mingw: Remove pefile installation steplat9nq2023-07-091-1/+0
* | general: Update VulkanSDK and Vulkan-HeadersMorph2023-07-071-1/+1
* | ci: Download and install Vulkan SDK directly from LunarGMorph2023-07-072-3/+39
|/
* android: Various fixes for CI.bunnei2023-06-032-0/+6
* CI: add Android build systemsliushuyu2023-06-032-0/+36
* Fixup upload.ps1 for GHADanila Malyutin2023-05-141-1/+5
* Re-enable LTO for LinuxMatías Locatti2023-03-301-0/+1
* general: fix spelling mistakesLiam2023-03-121-1/+1
* ci: Actually enable LTO on MSVC (#9887)Morph2023-03-021-1/+1
* Partially apply LTO to only core and video_core projects.Matías Locatti2023-02-271-1/+1
* apply-patches-by-label: Remove unused variables and importsMorph2023-01-301-5/+2
* apply-patches-by-label: Use python f-stringsMorph2023-01-301-5/+5
* ci: Abort on failure to query Github's APIMorph2023-01-301-1/+2
* Move to Clang Format 15Levi Behunin2023-01-301-1/+1
* ci: Allow setting clang-format binaryColin Kinloch2022-12-301-1/+1
* Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)Matías Locatti2022-12-183-1/+3
* ci/clang: Enable bundled FFmpeglat9nq2022-12-011-0/+1
* Set TX_TOKEN for transifex clientKyle Kienapfel2022-10-171-8/+0
* Translations: new transifex clientKyle Kienapfel2022-10-151-6/+2
* ci/windows: Revert to using GCC for MinGW buildslat9nq2022-10-091-5/+1
* Migrate deploy-linux.sh from lat9nq's repo.bunnei2022-10-011-1/+1
* ci/linux: Drop linuxdeploy usagelat9nq2022-09-261-5/+3
* ci/linux: Use AppRun.sh to start AppImagelat9nq2022-09-211-3/+3
* Merge pull request #8682 from lat9nq/dumpyMorph2022-09-163-3/+4
|\
| * ci/windows: Upload debugging symbolslat9nq2022-09-051-2/+2
| * ci,workflows: Enable crash dumps on MSVC buildslat9nq2022-09-052-1/+2
* | Merge pull request #6667 from lat9nq/ea-appimageMorph2022-09-162-8/+42
|\ \ | |/ |/|
| * patreon step2: Use jobs to build for Windows and Linuxlat9nq2022-08-011-11/+5
| * ci/linux: EA AppImage adjustmentslat9nq2022-07-311-1/+8
| * patreon step2: Enable Linux buildlat9nq2022-07-311-4/+31
| * ci,linux: Support Patreon releaseslat9nq2022-07-311-5/+11
* | ci: Enable building with Visual Studio 2022 (again)Morph2022-08-303-3/+3
* | post-upload: Upload Linux source to artifacts dirlat9nq2022-08-091-0/+1
* | ci: Graft source when archivinglat9nq2022-08-092-8/+5
|/
* cmake,ci: vcpkg for MSVC default, fix lz4 include, catch2, cleanuplat9nq2022-07-281-1/+1
* Merge pull request #8349 from yuzu-emu/revert-8256-ci-vs-2022bunnei2022-07-283-3/+3
|\
| * Revert "ci: Enable building with Visual Studio 2022"bunnei2022-07-233-3/+3
* | Merge pull request #8642 from lat9nq/appimg-more-controlliamwhite2022-07-281-0/+3
|\ \
| * | ci/linux: Delete libwayland-client from AppDirlat9nq2022-07-261-0/+3
* | | Merge pull request #8641 from Docteh/vcpkg_dllliamwhite2022-07-281-3/+4
|\ \ \
| * | | build: Ship vcpkg dlls with MSVC pr-verify buildsKyle Kienapfel2022-07-271-3/+4
| |/ /
* / / chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-2744-3/+135
|/ /
* | Merge pull request #8629 from Docteh/test_transifexliamwhite2022-07-231-1/+4
|\ \
| * | ci,transifex: enable vcpkg on transifex stepKyle Kienapfel2022-07-231-1/+4
| |/
* | Merge pull request #8625 from Docteh/ado_titlebarliamwhite2022-07-231-1/+6
|\ \
| * | ci: pass environment variables to linux docker (AppImage)Kyle K2022-07-231-1/+6
| |/
* | Merge pull request #8596 from Docteh/fix_ghaliamwhite2022-07-231-0/+47
|\ \
| * | package MSVC CI Builds differently, and include yuzu.exeKyle Kienapfel2022-07-231-0/+47
| |/
* / ci/windows: Cleanup unused data before packaginglat9nq2022-07-231-0/+3
|/
* ci,CMake: Integrate vcpkg into CMakeListslat9nq2022-07-233-5/+1
* ci,CMake: Drop Conan support for vcpkglat9nq2022-07-233-5/+14
* ci/windows: Copy what of FFmpeg not already presentlat9nq2022-07-061-1/+1
* CI: unbreak ADO after GHA changesliushuyu2022-07-055-6/+6
* CI: lint scriptsliushuyu2022-07-052-3/+2
* CI: workaround appimage generation if FUSE is not availableliushuyu2022-07-051-0/+5
* CI: upload artifacts for pull request verificationliushuyu2022-07-054-2/+4
* CI: fix cachingliushuyu2022-07-051-2/+2
* CI: use Ninja to build stuff fasterliushuyu2022-07-053-8/+9
* CI: Use GitHub Actions to check pull requestsliushuyu2022-07-053-10/+11
* ci/windows: Build using Clanglat9nq2022-06-171-3/+11
* ci/windows: Split up cmake commandlat9nq2022-06-171-1/+8
* ci: Update build generator to VS 2022Morph2022-04-251-1/+1
* ci: Update vmImage to windows-2022Morph2022-04-252-2/+2
* build-msvc: Disable testsameerj2022-03-191-1/+1
* video_core/codecs: (re-spin) refactor ffmpeg searching and handlingliushuyu2021-12-161-3/+2
* Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei2021-12-151-2/+3
* CI: fix CI on Linuxliushuyu2021-12-141-3/+2
* CI: fix MinGW installation stepliushuyu2021-12-141-1/+1
* ci: Don't fetch submodules when fetching PRsMorph2021-11-172-2/+2
* ci: Print traceback on patch merge failureMorph2021-11-081-1/+2
* .ci/transifex: Mark docker.sh as executableFearlessTobi2021-10-161-0/+0
* .ci: Use Github Actions to update translation source filesFearlessTobi2021-10-151-0/+25
* ci: Use ubuntu-latest vmImage where applicableameerj2021-10-114-0/+12
* ci: Use latest ubuntu image for mainline/patreon step 1ameerj2021-10-022-0/+6
* ci: Update clang format versionameerj2021-09-241-1/+1
* Merge pull request #6565 from lat9nq/bundle-ffmpegAmeer J2021-08-011-1/+2
|\
| * cmake, ci: Build bundled FFmpeg with yuzulat9nq2021-07-061-1/+2
* | ci: Increase mainline build timeout.bunnei2021-07-211-1/+3
|/
* ci: windows: Copy the styles directory when packaginglat9nq2021-06-191-5/+6
* ci: windows: Compress using xzlat9nq2021-06-101-2/+2
* ci: common: Remove 7z packaginglat9nq2021-06-091-6/+0
* externals: libusb: Use autotools for MinGWlat9nq2021-05-311-0/+3
* ci: build-msvc: Remove CMake install step.bunnei2021-05-301-1/+1
* ci: linux: Freeze AppImage binarieslat9nq2021-05-162-5/+5
* ci: linux: Link Boost staticallylat9nq2021-04-181-1/+11
* cmake: Remove use of bintray for externals.bunnei2021-04-161-1/+1
* ci: Fix MSVC build with CMake 3.20.0Morph2021-04-041-1/+1
* ci: Add clang build scriptslat9nq2021-02-224-1/+50
* ci/windows: Copy downloaded FFmpeg librarieslat9nq2021-02-051-0/+5
* ci/linux: Make Mainline AppImages updateablelat9nq2021-01-062-9/+20
* Merge pull request #5250 from lat9nq/appimagebunnei2021-01-064-5/+51
|\
| * ci: Build an AppImagelat9nq2020-12-304-5/+51
* | .ci/templates: Enable QT translation for MSVC CIFearlessTobi2020-12-281-1/+1
|/
* ci: Remove `-DYUZU_USE_BUNDLED_UNICORN=ON`lat9nq2020-12-083-3/+3
* Disable web applet and warning when compiling for Linux on CIlat9nq2020-11-301-1/+1
* CI: move refreshenv to the configure step...liushuyu2020-11-231-2/+2
* ci: install Vulkan SDK in MSVC buildliushuyu2020-11-211-0/+2
* Update yuzu-patreon-step2.yml to set build timeout to 120 minbunnei2020-09-301-0/+1
* General: Tidy up clang-format warnings part 2Lioncash2020-08-131-2/+0
* General: Tidy up clang-format warningsLioncash2020-08-091-1/+3
* ci: Make use of clang-format 10.0Lioncash2020-08-031-1/+1
* yuzu: Port translation support from CitraFearlessTobi2020-07-182-2/+2
* CI: Don't check clang format on early access buildsJames Rowe2020-05-091-11/+0
* Replace externals with Conan (#3735)James Rowe2020-05-085-13/+12
* Re-enables building yuzu with Vulkan enabled via the CI scriptslat9nq2020-05-032-2/+2
* Fixed packaging on some systems with different QT5 pathgxcreator2020-04-231-1/+7
* ci: Update to Windows Server 2019 and Visual Studio 2019Zach Hilman2020-04-043-3/+3
* ci: Disable Vulkan for Windows MinGW buildsReinUsesLisp2020-01-291-1/+1
* ci: Disable Vulkan for Linux buildsReinUsesLisp2020-01-291-1/+1
* Add missing CMakeLists.txt from root folder to source uploadJames Rowe2019-12-031-1/+2
* ci: Continue pipeline on clang format failureZach Hilman2019-11-251-0/+1
* Move source in windows uploads into its own internal zipJames Rowe2019-11-121-7/+22
* ci: Package source with buildsZach Hilman2019-11-122-0/+7
* ci: Rename build folder only on non-mainline buildsbunnei2019-11-075-10/+30
* Revert "ci: Rename build folder only on non-mainline builds"bunnei2019-11-075-30/+10
* Merge pull request #3073 from DarkLordZach/azure-rename-partialbunnei2019-11-065-10/+30
|\
| * ci: Rename build folder only on non-mainline buildsZach Hilman2019-11-065-10/+30
* | externals: Amend zlib submoduleLioncash2019-10-291-2/+1
* | Revert "ci: Add build name to archive root folder"James Rowe2019-10-245-15/+10
* | ci: Add build name to archive root folderZach Hilman2019-10-235-10/+15
|/
* Merge pull request #2961 from DarkLordZach/azure-tag-namesbunnei2019-10-097-27/+26
|\
| * ci: Isolate upload merge step into stage 2Zach Hilman2019-10-096-26/+25
| * ci: Update build suffix for mock buildsZach Hilman2019-10-091-1/+1
* | ci: Add TAR-XZ compression to MSVC buildsZach Hilman2019-10-071-1/+7
|/
* ci: Add version counter variableZach Hilman2019-10-0510-7/+26
* externals: Use upstream zlibLioncash2019-10-041-1/+2
* Merge pull request #2937 from DarkLordZach/azure-msvcbunnei2019-10-037-19/+107
|\
| * ci: Correct mainline release dependencyZach Hilman2019-10-032-2/+4
| * ci: Add Mainline taglineZach Hilman2019-10-031-1/+1
| * ci: Use MSVC windows for patreonZach Hilman2019-10-032-11/+13
| * ci: Use MSVC windows for mainlineZach Hilman2019-10-021-3/+36
| * ci: Add MSVC build templateZach Hilman2019-10-021-0/+21
| * ci: Add Windows MSVC package scriptZach Hilman2019-10-021-0/+32
| * ci: Fix unset environment variable bugZach Hilman2019-10-021-3/+1
* | ci: Check additional pages on GitHubZach Hilman2019-10-021-1/+3
* | ci: Iterate through GitHub pages for pull requestsZach Hilman2019-10-022-25/+33
|/
* ci: Correct arguments for mergebot scriptZach Hilman2019-09-301-2/+2
* ci: Populate patreon PRs on public repositoryZach Hilman2019-09-303-6/+13
* ci: Add two step patreon build pipelineZach Hilman2019-09-263-19/+36
* ci: Add private mergebot CI templatesZach Hilman2019-09-262-0/+70
* ci: Optionally prepend commit messages with environment variableZach Hilman2019-09-261-2/+4
* ci: Add private mergebot scriptZach Hilman2019-09-261-0/+41
* ci: Correct GitHub Release nameZach Hilman2019-09-231-1/+1
* ci: Determine build date via bashZach Hilman2019-09-231-1/+2
* ci: Update to use date as build numberZach Hilman2019-09-222-1/+2
* ci: Split mainline pipeline and add support for GitHub releases (#2900)Zach Hilman2019-09-227-13/+62
* Changed apt-get upgrade for specific package.Flame Sage2019-09-041-1/+1
* apt update before upgrade. Use apt-get.Flame Sage2019-09-041-1/+1
* Correct apt permissionsZach Hilman2019-08-021-1/+1
* Upgrade PIP version with APTZach Hilman2019-08-021-1/+1
* Upgrade pip versionZach Hilman2019-08-021-1/+1
* Add missing dotZach Hilman2019-08-021-1/+1
* ci: Fix Azure PR BuildsZach Hilman2019-07-285-8/+16
* Fix README change mistake (#2754)Zach Hilman2019-07-242-4/+6
* azure: Fix clang-format and releasesZach Hilman2019-07-203-31/+2
* Finalize Azure Pipelines DefinitionsZach Hilman2019-07-1429-35/+572
* Add Repository Sync PipelineZach Hilman2019-07-111-0/+19
* Add Pipeline DefinitionsZach Hilman2019-07-104-0/+57