summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/linux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-03Re-enables building yuzu with Vulkan enabled via the CI scriptslat9nq1-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-29ci: Disable Vulkan for Linux buildsReinUsesLisp1-1/+1
2019-11-07ci: Rename build folder only on non-mainline buildsbunnei1-3/+9
2019-11-07Revert "ci: Rename build folder only on non-mainline builds"bunnei1-9/+3
2019-11-06ci: Rename build folder only on non-mainline buildsZach Hilman1-3/+9
2019-10-29externals: Amend zlib submoduleLioncash1-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-24Revert "ci: Add build name to archive root folder"James Rowe1-4/+3
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a.
2019-10-23ci: Add build name to archive root folderZach Hilman1-3/+4
2019-10-05ci: Add version counter variableZach Hilman2-2/+2
2019-10-04externals: Use upstream zlibLioncash1-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-14Finalize Azure Pipelines DefinitionsZach Hilman3-0/+33
d