Skip to content

Commit

Permalink
rebuild check library only if required ref #34
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed May 24, 2019
1 parent 0cb4f33 commit fe3a69a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe3a69a

Please sign in to comment.