X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=blobdiff_plain;f=fetch-master.sh;fp=fetch-master.sh;h=1a785e42f0d07138df41d81c435fc514b7f240f4;hp=0000000000000000000000000000000000000000;hb=2622a78d9eb346103f502445f6ac8d315ebfecc5;hpb=165f61f020ee6de84051c4a463e7f8b7d1f87958 diff --git a/fetch-master.sh b/fetch-master.sh new file mode 100755 index 0000000..1a785e4 --- /dev/null +++ b/fetch-master.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if test -d php-master; then + cd php-master + git pull +else + git clone --depth 1 -b master https://github.com/php/php-src php-master + cd php-master +fi + +./buildconf