summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-08Replace externals with Conan (#3735)James Rowe2-12/+3
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
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-12-03Add missing CMakeLists.txt from root folder to source uploadJames Rowe1-1/+2
Fixes #3190
2019-11-12Move source in windows uploads into its own internal zipJames Rowe1-7/+22
This should prevent path length issues when extracting the build from the installer
2019-11-12ci: Package source with buildsZach Hilman1-0/+3
2019-11-07ci: Rename build folder only on non-mainline buildsbunnei2-3/+16
2019-11-07Revert "ci: Rename build folder only on non-mainline builds"bunnei2-16/+3
2019-11-06ci: Rename build folder only on non-mainline buildsZach Hilman2-3/+16
2019-10-24Revert "ci: Add build name to archive root folder"James Rowe2-6/+3
This reverts commit 5e553a6c267f4ab96a89833f1006ea27fd78b30a.
2019-10-23ci: Add build name to archive root folderZach Hilman2-3/+6
2019-10-07ci: Add TAR-XZ compression to MSVC buildsZach Hilman1-1/+7
2019-10-05ci: Add version counter variableZach Hilman2-2/+2
2019-10-02ci: Add Windows MSVC package scriptZach Hilman1-0/+32
2019-07-14Finalize Azure Pipelines DefinitionsZach Hilman4-0/+174
d