summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci/windows: Build using Clanglat9nq2022-06-171-3/+11
| | | | | | | | | | Uses the MinGWClangCross toolchain script to build yuzu. Disables our bundled SDL2 to use the system ones that have been modified to not use `-mwindows`. Also set's `-e` to stop the script on an error (as opposed to packaging nothing). Uses LLVM's linker for linking yuzu. Adds -femulated-tls due to a libstdc++ incompatibility between GCC and Clang in vulkan_common.
* ci/windows: Split up cmake commandlat9nq2022-06-171-1/+8
| | | | Improves readability.
* video_core/codecs: (re-spin) refactor ffmpeg searching and handlingliushuyu2021-12-161-3/+2
|
* Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"bunnei2021-12-151-2/+3
|
* CI: fix CI on Linuxliushuyu2021-12-141-3/+2
|
* CI: fix MinGW installation stepliushuyu2021-12-141-1/+1
|
* ci: windows: Copy the styles directory when packaginglat9nq2021-06-191-5/+6
| | | | | | | | | | | | | | Qt can make use of qwindowsvistastyle.dll if present, and our MinGW container has the library, but it was not being copied during the packaging process. Thus, yuzu looked like a Windows 98 application when using the PR-verify artifacts. This copies over the DLL during packaging, for that sweet-sweet Windows Vista style. In addition, set the Qt plugins path instead of the plugins/platforms path. This way we can use the directory directly, rather than appending a `..` everytime we need something just outside of it.
* ci: windows: Compress using xzlat9nq2021-06-101-2/+2
| | | | Use XZ instead of gzip for packing. Should save about 10 MB.
* externals: libusb: Use autotools for MinGWlat9nq2021-05-311-0/+3
| | | | | | | | | | | | After updating to 1.0.24, MinGW fails to build libusb as a result of numerous errors. So we build libusb their way and let them update the nontrivial stuff. This only applies to MinGW: the old path is still in use for Linux toolchains as well as MSVC. This will dynamically link libusb, since I hit build errors with the old way we used to resolve the conflict with SDL2.
* ci/windows: Copy downloaded FFmpeg librarieslat9nq2021-02-051-0/+5
| | | | | Copies FFmpeg libraries that were downloaded during the CMake configuration. Fixes dynamic linking issues with the MinGW builds.
* ci: Remove `-DYUZU_USE_BUNDLED_UNICORN=ON`lat9nq2020-12-081-1/+1
| | | | | | Unicorn has been removed, yet CI still enables building with Unicorn. This just cleans up a few leftovers by removing the variable from the CMake parameters in CI.
* yuzu: Port translation support from CitraFearlessTobi2020-07-181-1/+1
| | | | Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
* Replace externals with Conan (#3735)James Rowe2020-05-082-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
* Re-enables building yuzu with Vulkan enabled via the CI scriptslat9nq2020-05-031-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.
* Fixed packaging on some systems with different QT5 pathgxcreator2020-04-231-1/+7
|
* ci: Disable Vulkan for Windows MinGW buildsReinUsesLisp2020-01-291-1/+1
|
* Add missing CMakeLists.txt from root folder to source uploadJames Rowe2019-12-031-1/+2
| | | Fixes #3190
* Move source in windows uploads into its own internal zipJames Rowe2019-11-121-7/+22
| | | | This should prevent path length issues when extracting the build from the installer
* ci: Package source with buildsZach Hilman2019-11-121-0/+3
|
* ci: Rename build folder only on non-mainline buildsbunnei2019-11-072-3/+16
|
* Revert "ci: Rename build folder only on non-mainline builds"bunnei2019-11-072-16/+3
|
* ci: Rename build folder only on non-mainline buildsZach Hilman2019-11-062-3/+16
|
* ci: Add TAR-XZ compression to MSVC buildsZach Hilman2019-10-071-1/+7
|
* ci: Add version counter variableZach Hilman2019-10-052-2/+2
|
* ci: Add Windows MSVC package scriptZach Hilman2019-10-021-0/+32
|
* Finalize Azure Pipelines DefinitionsZach Hilman2019-07-144-0/+174
d