From fe3a69af95dcdd48d7a957847067d3a9513143a1 Mon Sep 17 00:00:00 2001 From: Alvaro Denis Date: Thu, 23 May 2019 22:19:30 -0400 Subject: [PATCH] rebuild check library only if required ref #34 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f56fd9409..d72d952e8 100644 --- a/Makefile +++ b/Makefile @@ -174,11 +174,13 @@ install-linters: install-linters-$(UNAME_S) ## Install linters install-deps-libc: install-deps-libc-$(OSNAME) install-libraries-deps -install-deps-libc-linux: configure-build ## Install locally dependencies for testing libskycoin +check-0.12.0/configure: wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz tar -xzf check-0.12.0.tar.gz cd check-0.12.0 && ./configure --prefix=/usr --disable-static && make && sudo make install +install-deps-libc-linux: configure-build check-0.12.0/configure ## Install locally dependencies for testing libskycoin + install-lib-curl: ## Install Sky Api curl based rest wrapper bash .travis/install_lib_curl.sh