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