From: Michael Wallner Date: Fri, 7 Aug 2015 12:00:57 +0000 (+0200) Subject: add pharext rule X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=c7e08833ec313ed5b92a9ac30283e4f183480f3b add pharext rule --- diff --git a/Makefile b/Makefile index 33c6a74..972be2d 100644 --- a/Makefile +++ b/Makefile @@ -126,3 +126,6 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl .PHONY: php test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests + +%.ext.phar: ../%.ext.phar $(PECL_INI) php + $< --prefix=$(prefix) --ini=$(PECL_INI)