summaryrefslogtreecommitdiffstats
path: root/.travis/linux-mingw/docker.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build system: remove references to travisFearlessTobi2021-10-121-42/+0
| | | | Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
* 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.
* 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-151-10/+0
|/ | | | | | * 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-191-0/+59
This commit also fixed a broken cmake dependency with unicorn