Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-08 | ci: Remove `-DYUZU_USE_BUNDLED_UNICORN=ON` | lat9nq | 1 | -1/+1 | |
Unicorn has been removed, yet CI still enables building with Unicorn. This just cleans up a few leftovers by removing the variable from the CMake parameters in CI. | |||||
2020-11-30 | Disable web applet and warning when compiling for Linux on CI | lat9nq | 1 | -1/+1 | |
yuzu's web applet does not or barely reacts to user input while open in Linux. It can be closed via 'Exit Web Applet' on the menubar, however if yuzu is in fullscreen, this is effectively a softlock as the menubar cannot be accessed. This disables building yuzu with the web applet on the Linux CI target. In addition, this disables the QMessageBox warning about not having compiled yuzu with the web applet. | |||||
2020-07-18 | yuzu: Port translation support from Citra | FearlessTobi | 1 | -1/+1 | |
Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||||
2020-05-03 | Re-enables building yuzu with Vulkan enabled via the CI scripts | lat9nq | 1 | -1/+1 | |
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-01-29 | ci: Disable Vulkan for Linux builds | ReinUsesLisp | 1 | -1/+1 | |
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-05 | ci: Add version counter variable | Zach Hilman | 1 | -1/+1 | |
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-07-14 | Finalize Azure Pipelines Definitions | Zach Hilman | 1 | -1/+4 | |
d | |||||
2019-04-16 | travis: Use Ninja for Travis builds | Cameron Cawley | 1 | -1/+1 | |
2019-04-15 | travis: use prebuilt image (#3839) | liushuyu | 1 | -3/+0 | |
* travis: use prebuilt image * travis: use prebuilt image (MinGW) | |||||
2018-12-29 | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 1 | -1/+1 | |
2018-12-28 | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 1 | -2/+2 | |
2018-10-02 | Port web_service from Citra | fearlessTobi | 1 | -1/+1 | |
2018-09-19 | travis: running mingw build on travis ci | tech4me | 1 | -1/+3 | |
This commit also fixed a broken cmake dependency with unicorn | |||||
2018-08-31 | travis: use Citras ccache | fearlessTobi | 1 | -7/+1 | |
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | 1 | -1/+1 | |
2018-06-07 | Add ccache support for Linux on Travis | Michał Janiszewski | 1 | -1/+7 | |
2018-06-07 | Install cmake from repositories for Ubuntu | Michał Janiszewski | 1 | -5/+1 | |
Ubuntu 18.04 already has cmake 3.10.2 | |||||
2018-05-28 | Use Ninja for Travis builds | Michał Janiszewski | 1 | -3/+3 | |
2018-01-16 | Build: Add unicorn as a submodule and build it if needed | James Rowe | 1 | -8/+2 | |
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts. | |||||
2018-01-13 | Update build scripts | MerryMage | 1 | -6/+11 | |
2017-10-07 | travis: Split build scripts for different platforms | MerryMage | 1 | -4/+1 | |
This commit also separates clang-format from the linux build, closing #2702. | |||||
2017-09-19 | WebService: Set USE_SYSTEM_CURL for travis linux builds | B3n30 | 1 | -1/+1 | |
2017-08-10 | Travis: Use Docker to build for Linux | James | 1 | -0/+20 | |