mirror of
https://github.com/danog/ext-pq.git
synced 2025-01-22 22:01:33 +01:00
try that again
This commit is contained in:
parent
8b7efa3deb
commit
ee1c068bfa
@ -3,6 +3,9 @@ language: c
|
||||
|
||||
addons:
|
||||
postgresql: 9.4
|
||||
apt:
|
||||
packages:
|
||||
- php5-cli
|
||||
|
||||
env:
|
||||
global:
|
||||
|
@ -4,6 +4,9 @@ language: c
|
||||
|
||||
addons:
|
||||
postgresql: 9.4
|
||||
apt:
|
||||
packages:
|
||||
- php5-cli
|
||||
|
||||
env:
|
||||
global:
|
||||
|
@ -23,7 +23,7 @@ PECL_SONAME ?= $(if $(shell cut -d: -f2 <<<"$(PECL)"),$(shell cut -d: -f2 <<<"$(
|
||||
PECL_VERSION ?= $(shell cut -d: -f3 -s <<<"$(PECL)")
|
||||
PECL_INI = $(with_config_file_scan_dir)/pecl.ini
|
||||
|
||||
PHP_VERSION ?= $(shell php $(srcdir)/php-version.php $(PHP) < php-versions.json)
|
||||
PHP_VERSION ?= $(shell php $(srcdir)/php-version.php $(PHP) < $(srcdir)/php-versions.json 2>/dev/null)
|
||||
|
||||
.PHONY: all php check clean reconf pecl ext test
|
||||
.SUFFIXES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user