summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/docker.sh (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-04-23Fixed packaging on some systems with different QT5 pathgxcreator1-1/+7
2020-01-29ci: Disable Vulkan for Windows MinGW buildsReinUsesLisp1-1/+1
2019-10-05ci: Add version counter variableZach Hilman1-1/+1
2019-07-14Finalize Azure Pipelines DefinitionsZach Hilman1-5/+5
d
2019-04-16travis: Use Ninja for Travis buildsCameron Cawley1-2/+2
2019-04-15travis: use prebuilt image (#3839)liushuyu1-10/+0
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-11-16Include imageformat dependencies with releasesJcw871-0/+1
2018-09-19travis: running mingw build on travis citech4me1-0/+59
This commit also fixed a broken cmake dependency with unicorn