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