summaryrefslogtreecommitdiffstats
path: root/.travis/linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* travis/linux: Use correct ccache directorylat9nq2020-12-101-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.
* core: Remove usage of unicornLioncash2020-11-041-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.
* Merge pull request #2408 from FearlessTobi/port-4215bunnei2019-05-031-1/+1
|\ | | | | Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds"
| * travis: Use Ninja for Travis buildsCameron Cawley2019-04-161-1/+1
| |
* | travis: use prebuilt image (#3839)liushuyu2019-04-153-5/+2
|/ | | | | | * travis: use prebuilt image * travis: use prebuilt image (MinGW)
* travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-1/+1
|
* cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman2018-12-281-2/+2
|
* Port web_service from CitrafearlessTobi2018-10-022-2/+2
|
* travis: running mingw build on travis citech4me2018-09-191-1/+3
| | | | This commit also fixed a broken cmake dependency with unicorn
* travis: use Citras ccachefearlessTobi2018-08-312-8/+3
|
* Merge pull request #1195 from FearlessTobi/port-gamelist-compatbunnei2018-08-311-1/+1
|\ | | | | yuzu: Show game compatibility in the game list (PR ported from Citra)
| * Show game compatibility within yuzufearlessTobi2018-08-291-1/+1
| |
* | travis: share env variables with Dockerliushuyu2018-08-291-1/+1
|/
* Add ccache support for Linux on TravisMichał Janiszewski2018-06-072-2/+8
|
* Install cmake from repositories for UbuntuMichał Janiszewski2018-06-071-5/+1
| | | | Ubuntu 18.04 already has cmake 3.10.2
* Use Ninja for Travis buildsMichał Janiszewski2018-05-281-3/+3
|
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-161-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.
* CMake: Output binaries to bin/spycrab2018-01-151-2/+2
|
* Update build scriptsMerryMage2018-01-134-11/+16
|
* travis: Split build scripts for different platformsMerryMage2017-10-074-0/+37
This commit also separates clang-format from the linux build, closing #2702.