mirror of
https://github.com/danog/ext-pq.git
synced 2025-01-22 22:01:33 +01:00
use system's php
This commit is contained in:
parent
7e093af882
commit
49a68e2dc9
@ -38,7 +38,7 @@ env:
|
||||
|
||||
before_script:
|
||||
- make -f travis/pecl/Makefile php
|
||||
- make -df travis/pecl/Makefile pecl PECL=raphf
|
||||
- make -f travis/pecl/Makefile pecl PECL=raphf
|
||||
- make -f travis/pecl/Makefile ext PECL=pq
|
||||
|
||||
script:
|
||||
|
@ -23,7 +23,7 @@ PECL_SONAME ?= $(if $(shell echo $(PECL) | cut -d: -f2),$(shell echo $(PECL) | c
|
||||
PECL_VERSION ?= $(shell echo $(PECL) | cut -d: -f3 -s)
|
||||
PECL_INI = $(with_config_file_scan_dir)/pecl.ini
|
||||
|
||||
PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | php $(srcdir)/php-version.php $(PHP))
|
||||
PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | /usr/bin/php $(srcdir)/php-version.php $(PHP))
|
||||
|
||||
.PHONY: all php check clean reconf pecl ext test
|
||||
.SUFFIXES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user