summaryrefslogtreecommitdiffstats
path: root/.travis/linux-mingw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Remove usage of unicornLioncash2020-11-041-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.
* Revert "CMake: Get Git submodule dependencies via CMake (#2474)"Tobias2019-06-291-3/+2
| | | | This reverts commit 5cef446f42e698a524c6c3240fedb0031f8e5694.
* CMake: Get Git submodule dependencies via CMake (#2474)Frederic L2019-06-201-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
* Merge pull request #2408 from FearlessTobi/port-4215bunnei2019-05-031-2/+2
|\ | | | | Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds"
| * travis: Use Ninja for Travis buildsCameron Cawley2019-04-161-2/+2
| |
* | travis: use prebuilt image (#3839)liushuyu2019-04-153-12/+2
|/ | | | | | * travis: use prebuilt image * travis: use prebuilt image (MinGW)
* Include imageformat dependencies with releasesJcw872018-11-161-0/+1
|
* travis: running mingw build on travis citech4me2018-09-195-0/+184
This commit also fixed a broken cmake dependency with unicorn