Add jenkins multiconfig pipeline support:

Fixes: RIPD-1514

Create a Jenkinsfile to build on rippled slaves. Modify
build_and_test.sh to support a few additional ENV settings.
This commit is contained in:
Mike Ellery
2017-08-09 14:49:06 -07:00
committed by seelabs
parent 1853c0d678
commit b9fc9f6334
4 changed files with 362 additions and 37 deletions

View File

@@ -67,8 +67,7 @@ tar xfvz lcov-1.12.tar.gz -C $HOME
mkdir -p $LCOV_ROOT
cd $HOME/lcov-1.12 && make install PREFIX=$LCOV_ROOT
if [[ ${TARGET} == debug && ! -x ${GDB_ROOT}/bin/gdb ]]; then
if [[ ${TARGET} == debug* && ! -x ${GDB_ROOT}/bin/gdb ]]; then
pushd $HOME
#install gdb
wget https://ftp.gnu.org/gnu/gdb/gdb-8.0.tar.xz