summaryrefslogtreecommitdiffstats
path: root/nightlybuild.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-10Update build script names to be more intuitive.Alexander Harkness1-0/+0
See: https://github.com/cuberite/cuberite/commit/e77a4ab46deb63655037132ee4af7b9612890ee0
2021-06-24Compile with 4 threads on Jenkins builds, the build slaves were upgradedAlexander Harkness1-1/+1
2020-08-20More tar incompatibility changesAlexander Harkness1-1/+1
Why not just agree on a single type of tar?
2020-08-20Exclude .git only, mac has inferior tarAlexander Harkness1-1/+1
(not sticky enough)
2020-08-20Exclude VCS files from archives for jenkins binariesAlexander Harkness1-1/+1
2020-07-13Jenkins crosscompileTiger Wang1-1/+1
2020-07-13Jenkins fixesTiger Wang1-3/+4
2020-04-01Oops, that wasn't supposed to be negatedAlexander Harkness1-1/+1
2020-04-01Don't build using ccache when it doesn't existAlexander Harkness1-2/+5
2020-04-01Remove substitution syntax breaking mac buildsAlexander Harkness1-1/+1
2020-03-29Correctly pass cache arguments to cmake in Jenkins build scriptAlexander Harkness1-1/+1
2020-02-24Create build script for Jenkins (and use it) (#4473)Alexander Harkness1-0/+84
* 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