summaryrefslogtreecommitdiff
path: root/.travis/linux-mingw
AgeCommit message (Collapse)Author
2021-10-12Build system: remove references to travisFearlessTobi
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-11-03core: Remove usage of unicornLioncash
Unicorn long-since lost most of its use, due to dynarmic gaining support for handling most instructions. At this point any further issues encountered should be used to make dynarmic better. This also allows us to remove our dependency on Python.
2019-06-29Revert "CMake: Get Git submodule dependencies via CMake (#2474)"Tobias
This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694.
2019-06-19CMake: Get Git submodule dependencies via CMake (#2474)Frederic L
* CMake: Get Git submodule dependencies via CMake * CMakeLists: Fixed unintentional line break * travis: Bring parity between linux-mingw and linux build script * CMakeLists: Fixed typo in error message
2019-05-02Merge pull request #2408 from FearlessTobi/port-4215bunnei
Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds"
2019-04-16travis: Use Ninja for Travis buildsCameron Cawley
2019-04-15travis: use prebuilt image (#3839)liushuyu
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-11-15Include imageformat dependencies with releasesJcw87
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn