Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jenkins: use osmo-clean-workspace.sh before and after build | Neels Hofmeyr | 2017-10-27 | 1 | -5/+4 |
| | | | | | | | See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93 Change-Id: I99fdd20e7b18c2f4a59a9db35e5efccca6546b77 | ||||
* | jenkins: bail early if $MAKE env var is not set | Neels Hofmeyr | 2017-10-24 | 1 | -0/+6 |
| | | | | | | If $MAKE is unset, it produces confusing errors, rather check explicitly. Change-Id: I59b111dfdee4e1edea04155144f01d99f5f72aa1 | ||||
* | fixups for recent "Cleanup jenkins build scripts" | Neels Hofmeyr | 2017-10-24 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | Change I24e500e132f5c8e8133d35548cb7b4e4552331d0 was merged, but IMHO needs improvement. Fix these: - clean the git source tree before each build step, in common prep_build(). - fix indenting inside the build() macros. - change build() arg to be build_dir, to absorb cleanup steps into build(). - in jenkins.sh, use $ENABLE_SANITIZE as global env, not passed as arg. - in jenkins.sh, don't do 'make distcheck' twice. It is not necessary to do it from source tree as well as separately from source tree, since distcheck already moves to a different build dir. Change-Id: I09d306350602f21943d5bd45f7388c83ede9b524 | ||||
* | Cleanup jenkins build scripts | Max | 2017-10-20 | 1 | -0/+7 |
* reorder builds to avoid rm -rf invocation * avoid useless double autoreconf * move common parts into shared helper * move common build steps into separate function Change-Id: I24e500e132f5c8e8133d35548cb7b4e4552331d0 |