summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-06-07 16:53:24 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-06-07 16:53:24 +0200
commitfdfbf2237b4e064f61f70b53dd4fbb558b6baddc (patch)
treee43bdae2b98bf212af511bd55b62dbe6fac0c7f0 /taler-build
parent0146479d27358a59d92e442b0b913eee61fbd7a3 (diff)
downloaddeployment-fdfbf2237b4e064f61f70b53dd4fbb558b6baddc.tar.gz
deployment-fdfbf2237b4e064f61f70b53dd4fbb558b6baddc.tar.bz2
deployment-fdfbf2237b4e064f61f70b53dd4fbb558b6baddc.zip
install before make check
Diffstat (limited to 'taler-build')
-rw-r--r--taler-build/Makefile1
-rwxr-xr-xtaler-build/update_exchange.sh2
-rwxr-xr-xtaler-build/update_merchant.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile
index 51ea252..1c182ae 100644
--- 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
index 17e9354..242fd6e 100755
--- 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
index d6025eb..1b9fbf0 100755
--- 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