From bb23fb5775a8bb41bce497d67a73b8d098566f84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 10:02:30 +0200 Subject: build stuff for 7.2 --- getmock | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'getmock') diff --git a/getmock b/getmock index 21fd430..930f29a 100755 --- a/getmock +++ b/getmock @@ -184,6 +184,10 @@ if [ $1 = php71 ]; then opt=php71 shift fi +if [ $1 = php72 ]; then + opt=php72 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift @@ -244,6 +248,20 @@ elif [ $1 = all71 ]; then n=7 getOneMock el${n}x $opt +elif [ $1 = all72 ]; then + [ $opt = remi ] && opt=php72 + [ $opt = test ] && opt=test72 + for n in 25 26 27 + do + getOneMock fc${n}i $opt + getOneMock fc${n}x $opt + done + n=6 + getOneMock el${n}i $opt + getOneMock el${n}x $opt + n=7 + getOneMock el${n}x $opt + elif [ $1 = all54 ]; then for n in 6 do -- cgit