summaryrefslogtreecommitdiffstats
path: root/travisbuild.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build script names to be more intuitive.Alexander Harkness2021-07-101-71/+0
| | | | See: https://github.com/cuberite/cuberite/commit/e77a4ab46deb63655037132ee4af7b9612890ee0
* Move More CI into Jenkins - Travis Migration Progress (#5241)Alexander Harkness2021-06-171-3/+7
| | | | | | | | | | | | | | | * Add build stage to Jenkinsfile * Run travisbuild in bash rather than sh * Add GCC/Clang differentiation * Use different working directory for each build type. * Correct directory name * Remove travis config file * Always clean workspace afterwards
* 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