summaryrefslogtreecommitdiffstats
path: root/.travis/linux-mingw (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04core: Remove usage of unicornLioncash1-9/+1
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)"Tobias1-3/+2
This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694.
2019-06-20CMake: Get Git submodule dependencies via CMake (#2474)Frederic L1-2/+3
* 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-04-16travis: Use Ninja for Travis buildsCameron Cawley1-2/+2
2019-04-15travis: use prebuilt image (#3839)liushuyu3-12/+2
* 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 citech4me5-0/+184
This commit also fixed a broken cmake dependency with unicorn