summaryrefslogtreecommitdiffstats
path: root/.travis/linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.