summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/common/post-upload.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-09ci: common: Remove 7z packaginglat9nq1-6/+0
Removes the 7z from being package during CI, as only .tar.xz preserves information needed on Linux, and otherwise is just extremely redundant to package in addition to the .tar.xz. This affects Linux releases and PR-verify artifacts only. MSVC releases do not use this script to my knowledge.
2020-12-30ci: Build an AppImagelat9nq1-2/+2
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-12ci: Package source with buildsZach Hilman1-0/+4
2019-11-07ci: Rename build folder only on non-mainline buildsbunnei1-4/+4
2019-11-07Revert "ci: Rename build folder only on non-mainline builds"bunnei1-4/+4
2019-11-06ci: Rename build folder only on non-mainline buildsZach Hilman1-4/+4
2019-10-24Revert "ci: Add build name to archive root folder"James Rowe1-4/+4
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a.
2019-10-23ci: Add build name to archive root folderZach Hilman1-4/+4
2019-07-14Finalize Azure Pipelines DefinitionsZach Hilman1-10/+0
d
2018-09-19travis: running mingw build on travis citech4me1-0/+3
This commit also fixed a broken cmake dependency with unicorn
2017-10-07travis: Split build scripts for different platformsMerryMage1-0/+22
This commit also separates clang-format from the linux build, closing #2702.