diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-30 10:02:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-30 10:02:30 +0200 |
commit | bb23fb5775a8bb41bce497d67a73b8d098566f84 (patch) | |
tree | f65ece63cc1f3ec44b125967bac3ff0185970c75 /getmock | |
parent | 1138b17e754ab7a4520b7bb53cf6d021bc6bfedd (diff) |
build stuff for 7.2
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |