Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-06 | ci/linux: Make Mainline AppImages updateable | lat9nq | 1 | -4/+20 | |
Moves the final step for building the AppImage to the upload script. Instructs appimagetool to embed update information into the AppImage if the release target is Mainline. Also tells it to create a zsync file to enable partial-downloads when updating the AppImage. Also renames the AppImage from `yuzu-{version info}-x86_64.AppImage` to `yuzu-{version info}.AppImage` to avoid a bug in the downloads page at yuzu-emu.org/downloads. | |||||
2020-12-30 | ci: Build an AppImage | lat9nq | 1 | -0/+5 | |
This builds yuzu in an AppImage alongside the other archives during release. Required to allow distributing yuzu in the future with upgraded dependencies, such as Qt. | |||||
2019-11-07 | ci: Rename build folder only on non-mainline builds | bunnei | 1 | -3/+9 | |
2019-11-07 | Revert "ci: Rename build folder only on non-mainline builds" | bunnei | 1 | -9/+3 | |
2019-11-06 | ci: Rename build folder only on non-mainline builds | Zach Hilman | 1 | -3/+9 | |
2019-10-24 | Revert "ci: Add build name to archive root folder" | James Rowe | 1 | -4/+3 | |
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a. | |||||
2019-10-23 | ci: Add build name to archive root folder | Zach Hilman | 1 | -3/+4 | |
2019-07-14 | Finalize Azure Pipelines Definitions | Zach Hilman | 1 | -2/+2 | |
d | |||||
2018-01-15 | CMake: Output binaries to bin/ | spycrab | 1 | -2/+2 | |
2018-01-13 | Update build scripts | MerryMage | 1 | -3/+3 | |
2017-10-07 | travis: Split build scripts for different platforms | MerryMage | 1 | -0/+14 | |
This commit also separates clang-format from the linux build, closing #2702. |