summaryrefslogtreecommitdiff
path: root/.travis/linux/docker.sh
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-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-12-28travis: Use correct package for linux Qt5WebEngineZach Hilman
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman
2018-10-02Port web_service from CitrafearlessTobi
2018-09-19travis: running mingw build on travis citech4me
This commit also fixed a broken cmake dependency with unicorn
2018-08-31travis: use Citras ccachefearlessTobi
2018-08-29Show game compatibility within yuzufearlessTobi
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski
2018-06-07Install cmake from repositories for UbuntuMichał Janiszewski
Ubuntu 18.04 already has cmake 3.10.2
2018-05-28Use Ninja for Travis buildsMichał Janiszewski
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-13Update build scriptsMerryMage
2017-10-07travis: Split build scripts for different platformsMerryMage
This commit also separates clang-format from the linux build, closing #2702.