summaryrefslogtreecommitdiffstats
path: root/travisbuild.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More CMake cleanupTiger Wang2020-07-121-7/+8
|
* Configurable LTO (#4755)Tiger Wang2020-05-311-2/+3
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-6/+16
| | | * Make our CMake slightly less insane
* Travis: Fix ccache on debug builds (#4741)peterbell102020-05-161-2/+10
|
* Create build script for Jenkins (and use it) (#4473)Alexander Harkness2020-02-241-0/+47
* Add Jenkins build script, so it can actually be used. * Build tools * Reduce build threads to 2 so as not to overload server * Rename CIBuild.sh to travisbuild.sh, better reflect actual use * Echo commands as they are executed * Add toolchain file configuration