Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More tar incompatibility changes | Alexander Harkness | 2020-08-20 | 1 | -1/+1 |
| | | | Why not just agree on a single type of tar? | ||||
* | Exclude .git only, mac has inferior tar | Alexander Harkness | 2020-08-20 | 1 | -1/+1 |
| | | | (not sticky enough) | ||||
* | Exclude VCS files from archives for jenkins binaries | Alexander Harkness | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Jenkins crosscompile | Tiger Wang | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | Jenkins fixes | Tiger Wang | 2020-07-13 | 1 | -3/+4 |
| | |||||
* | Oops, that wasn't supposed to be negated | Alexander Harkness | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Don't build using ccache when it doesn't exist | Alexander Harkness | 2020-04-01 | 1 | -2/+5 |
| | |||||
* | Remove substitution syntax breaking mac builds | Alexander Harkness | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Correctly pass cache arguments to cmake in Jenkins build script | Alexander Harkness | 2020-03-29 | 1 | -1/+1 |
| | |||||
* | Create build script for Jenkins (and use it) (#4473) | Alexander Harkness | 2020-02-24 | 1 | -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 |