taler-deployment

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

commit fdfbf2237b4e064f61f70b53dd4fbb558b6baddc
parent 0146479d27358a59d92e442b0b913eee61fbd7a3
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  7 Jun 2016 16:53:24 +0200

install before make check

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

diff --git a/taler-build/Makefile b/taler-build/Makefile @@ -35,6 +35,7 @@ libgnurl-stamp: deployment-stamp merchant-frontends-stamp: deployment-stamp ./update_merchant_frontends.sh touch $@ + lcov: gnunet-stamp deployment-stamp export PATH=${HOME}/local/bin:${PATH} ./coverage.sh diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -17,5 +17,5 @@ git reset --hard FETCH_HEAD --prefix=$HOME/local --with-gnunet=$HOME/local \ --enable-logging=verbose make -make check make install +make check diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -19,5 +19,5 @@ git submodule update --init --with-microhttpd=$HOME/local \ --enable-logging=verbose make -make check make install +make check