Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-09 | CI: Don't check clang format on early access builds | James Rowe | 1 | -11/+0 | |
2020-05-08 | Replace externals with Conan (#3735) | James Rowe | 5 | -13/+12 | |
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot | |||||
2020-05-03 | Re-enables building yuzu with Vulkan enabled via the CI scripts | lat9nq | 2 | -2/+2 | |
This is possible now with the updated Docker images and their updated packages. Before, there were build errors due to old QT5 packages on Ubuntu, but now since they have updated packages it is feasible to build with Vulkan enabled once more. | |||||
2020-04-23 | Fixed packaging on some systems with different QT5 path | gxcreator | 1 | -1/+7 | |
2020-04-04 | ci: Update to Windows Server 2019 and Visual Studio 2019 | Zach Hilman | 3 | -3/+3 | |
This updates to the latest available toolchain for MSVC builds. | |||||
2020-01-29 | ci: Disable Vulkan for Windows MinGW builds | ReinUsesLisp | 1 | -1/+1 | |
2020-01-29 | ci: Disable Vulkan for Linux builds | ReinUsesLisp | 1 | -1/+1 | |
2019-12-03 | Add missing CMakeLists.txt from root folder to source upload | James Rowe | 1 | -1/+2 | |
Fixes #3190 | |||||
2019-11-25 | ci: Continue pipeline on clang format failure | Zach Hilman | 1 | -0/+1 | |
2019-11-12 | Move source in windows uploads into its own internal zip | James Rowe | 1 | -7/+22 | |
This should prevent path length issues when extracting the build from the installer | |||||
2019-11-12 | ci: Package source with builds | Zach Hilman | 2 | -0/+7 | |
2019-11-07 | ci: Rename build folder only on non-mainline builds | bunnei | 5 | -10/+30 | |
2019-11-07 | Revert "ci: Rename build folder only on non-mainline builds" | bunnei | 5 | -30/+10 | |
2019-11-06 | ci: Rename build folder only on non-mainline builds | Zach Hilman | 5 | -10/+30 | |
2019-10-29 | externals: Amend zlib submodule | Lioncash | 1 | -2/+1 | |
Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest. | |||||
2019-10-24 | Revert "ci: Add build name to archive root folder" | James Rowe | 5 | -15/+10 | |
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a. | |||||
2019-10-23 | ci: Add build name to archive root folder | Zach Hilman | 5 | -10/+15 | |
2019-10-09 | ci: Isolate upload merge step into stage 2 | Zach Hilman | 6 | -26/+25 | |
2019-10-09 | ci: Update build suffix for mock builds | Zach Hilman | 1 | -1/+1 | |
2019-10-07 | ci: Add TAR-XZ compression to MSVC builds | Zach Hilman | 1 | -1/+7 | |
2019-10-05 | ci: Add version counter variable | Zach Hilman | 10 | -7/+26 | |
2019-10-04 | externals: Use upstream zlib | Lioncash | 1 | -1/+2 | |
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of. | |||||
2019-10-03 | ci: Correct mainline release dependency | Zach Hilman | 2 | -2/+4 | |
2019-10-03 | ci: Add Mainline tagline | Zach Hilman | 1 | -1/+1 | |
2019-10-03 | ci: Use MSVC windows for patreon | Zach Hilman | 2 | -11/+13 | |
2019-10-02 | ci: Use MSVC windows for mainline | Zach Hilman | 1 | -3/+36 | |
2019-10-02 | ci: Add MSVC build template | Zach Hilman | 1 | -0/+21 | |
2019-10-02 | ci: Add Windows MSVC package script | Zach Hilman | 1 | -0/+32 | |
2019-10-02 | ci: Fix unset environment variable bug | Zach Hilman | 1 | -3/+1 | |
2019-10-02 | ci: Check additional pages on GitHub | Zach Hilman | 1 | -1/+3 | |
2019-10-02 | ci: Iterate through GitHub pages for pull requests | Zach Hilman | 2 | -25/+33 | |
2019-09-30 | ci: Correct arguments for mergebot script | Zach Hilman | 1 | -2/+2 | |
2019-09-30 | ci: Populate patreon PRs on public repository | Zach Hilman | 3 | -6/+13 | |
2019-09-26 | ci: Add two step patreon build pipeline | Zach Hilman | 3 | -19/+36 | |
2019-09-26 | ci: Add private mergebot CI templates | Zach Hilman | 2 | -0/+70 | |
2019-09-26 | ci: Optionally prepend commit messages with environment variable | Zach Hilman | 1 | -2/+4 | |
2019-09-26 | ci: Add private mergebot script | Zach Hilman | 1 | -0/+41 | |
Uses Azure instead of GitHub | |||||
2019-09-23 | ci: Correct GitHub Release name | Zach Hilman | 1 | -1/+1 | |
2019-09-23 | ci: Determine build date via bash | Zach Hilman | 1 | -1/+2 | |
2019-09-22 | ci: Update to use date as build number | Zach Hilman | 2 | -1/+2 | |
2019-09-22 | ci: Split mainline pipeline and add support for GitHub releases (#2900) | Zach Hilman | 7 | -13/+62 | |
* ci: Add mock build alternative for fast testing * ci: Always cache build * ci: Extract steps to download build stage artifacts * ci: Add template to release to GitHub * ci: Add template to release to Azure Universal Artifacts * ci: Split mainline to two pipelines | |||||
2019-09-04 | Changed apt-get upgrade for specific package. | Flame Sage | 1 | -1/+1 | |
2019-09-04 | apt update before upgrade. Use apt-get. | Flame Sage | 1 | -1/+1 | |
Identified a bug in the script which uses the azure image when attempting to upgrade python3-pip. Package index was out of date because apt-get update was not ran before attempting the upgrade. | |||||
2019-08-02 | Correct apt permissions | Zach Hilman | 1 | -1/+1 | |
2019-08-02 | Upgrade PIP version with APT | Zach Hilman | 1 | -1/+1 | |
2019-08-02 | Upgrade pip version | Zach Hilman | 1 | -1/+1 | |
2019-08-02 | Add missing dot | Zach Hilman | 1 | -1/+1 | |
2019-07-28 | ci: Fix Azure PR Builds | Zach Hilman | 5 | -8/+16 | |
2019-07-24 | Fix README change mistake (#2754) | Zach Hilman | 2 | -4/+6 | |
Fix README change mistake | |||||
2019-07-20 | azure: Fix clang-format and releases | Zach Hilman | 3 | -31/+2 | |
2019-07-14 | Finalize Azure Pipelines Definitions | Zach Hilman | 29 | -35/+572 | |
d | |||||
2019-07-11 | Add Repository Sync Pipeline | Zach Hilman | 1 | -0/+19 | |
2019-07-10 | Add Pipeline Definitions | Zach Hilman | 4 | -0/+57 | |