summaryrefslogtreecommitdiffstats
path: root/.travis/linux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-10travis/linux: Use correct ccache directorylat9nq1-1/+1
Changes the bound ccache directory to `/home/yuzu/.ccache` instead of `/root/.ccache`, since the `/root` directory is not accessible by the `yuzu` user in the guest container.
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)liushuyu3-5/+2
* 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 CitrafearlessTobi2-2/+2
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 ccachefearlessTobi2-8/+3
2018-08-29Show game compatibility within yuzufearlessTobi1-1/+1
2018-08-29travis: share env variables with Dockerliushuyu1-1/+1
2018-06-07Add ccache support for Linux on TravisMichał Janiszewski2-2/+8
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-15CMake: Output binaries to bin/spycrab1-2/+2
2018-01-13Update build scriptsMerryMage4-11/+16
2017-10-07travis: Split build scripts for different platformsMerryMage4-0/+37
This commit also separates clang-format from the linux build, closing #2702.