taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit dd30807707568996e95cac9782403f65d78f64bb
parent 988829ddd0b96d07a04d3e6182af3a5bf9928cce
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  1 Jun 2016 14:29:07 +0200

inserting "make check" withing update_{merchant,exchange}.sh

Diffstat:
Mtaler-build/update_exchange.sh | 1+
Mtaler-build/update_merchant.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -17,4 +17,5 @@ git reset --hard FETCH_HEAD --prefix=$HOME/local --with-gnunet=$HOME/local \ --enable-logging=verbose make +make check make install diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -19,4 +19,5 @@ git submodule update --init --with-microhttpd=$HOME/local \ --enable-logging=verbose make +make check make install