projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f5a127c
)
fix URL for travis build
author
Michael Wallner
<mike@php.net>
Mon, 27 Jul 2015 09:46:07 +0000
(11:46 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 27 Jul 2015 09:46:07 +0000
(11:46 +0200)
travis/compile-ext-raphf.sh
patch
|
blob
|
history
diff --git
a/travis/compile-ext-raphf.sh
b/travis/compile-ext-raphf.sh
index 2b2f0130ab022fa6eb19f5000b23df2b5167bdef..4c5cb9063f9a3fc01356caf0113a11aa9b3787d3 100755
(executable)
--- a/
travis/compile-ext-raphf.sh
+++ b/
travis/compile-ext-raphf.sh
@@
-2,11
+2,11
@@
set -e
-git clone --depth 1 https://github.com/
php/pecl-php
-raphf $HOME$BUILD_SRC_DIR/raphf
+git clone --depth 1 https://github.com/
m6w6/ext
-raphf $HOME$BUILD_SRC_DIR/raphf
cd $HOME$BUILD_SRC_DIR/raphf
$HOME$BUILD_INSTALL_DIR/bin/phpize
-./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config
--enable-raphf
+./configure --with-php-config=$HOME$BUILD_INSTALL_DIR/bin/php-config
make -j2 --quiet install