summaryrefslogtreecommitdiffstats
path: root/.travis/linux/docker.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-12Build system: remove references to travisFearlessTobi1-11/+0
Co-Authored-By: Vitor K <vitor-kiguchi@hotmail.com>
2020-11-04core: Remove usage of unicornLioncash1-1/+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-04-16travis: Use Ninja for Travis buildsCameron Cawley1-1/+1
2019-04-15travis: use prebuilt image (#3839)liushuyu1-3/+0
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
2018-12-29travis: Use correct package for linux Qt5WebEngineZach Hilman1-1/+1
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman1-2/+2
2018-10-02Port web_service from CitrafearlessTobi1-1/+1
2018-09-19travis: running mingw build on travis citech4me1-1/+3
This commit also fixed a broken cmake dependency with unicorn
2018-08-31travis: use Citras ccachefearlessTobi1-7/+1
2018-08-29Show game compatibility within yuzufearlessTobi1-1/+1
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski1-1/+7
2018-06-07Install cmake from repositories for UbuntuMichał Janiszewski1-5/+1
Ubuntu 18.04 already has cmake 3.10.2
2018-05-28Use Ninja for Travis buildsMichał Janiszewski1-3/+3
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-8/+2
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 scriptsMerryMage1-6/+11
2017-10-07travis: Split build scripts for different platformsMerryMage1-4/+1
This commit also separates clang-format from the linux build, closing #2702.
2017-09-19WebService: Set USE_SYSTEM_CURL for travis linux buildsB3n301-1/+1
2017-08-10Travis: Use Docker to build for LinuxJames1-0/+20