summaryrefslogtreecommitdiffstats
path: root/jenkinsbuild.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More tar incompatibility changesAlexander Harkness2020-08-201-1/+1
| | | Why not just agree on a single type of tar?
* Exclude .git only, mac has inferior tarAlexander Harkness2020-08-201-1/+1
| | | (not sticky enough)
* Exclude VCS files from archives for jenkins binariesAlexander Harkness2020-08-201-1/+1
|
* Jenkins crosscompileTiger Wang2020-07-131-1/+1
|
* Jenkins fixesTiger Wang2020-07-131-3/+4
|
* Oops, that wasn't supposed to be negatedAlexander Harkness2020-04-011-1/+1
|
* Don't build using ccache when it doesn't existAlexander Harkness2020-04-011-2/+5
|
* Remove substitution syntax breaking mac buildsAlexander Harkness2020-04-011-1/+1
|
* Correctly pass cache arguments to cmake in Jenkins build scriptAlexander Harkness2020-03-291-1/+1
|
* Create build script for Jenkins (and use it) (#4473)Alexander Harkness2020-02-241-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