diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:11:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-23 08:11:42 +0200 |
commit | d0a2f118a66ca9b34b0aeb004e0bcf8cd6db641d (patch) | |
tree | 9cdc7e9b9106d0055073b2737378425228a2a582 /getmock | |
parent | e2e7cff24b7e6d827a277981b913e55f8f2f9a7e (diff) |
build tools for php 7.1 (base package)
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -158,6 +158,10 @@ if [ $1 = test70 ]; then opt=test70 shift fi +if [ $1 = test71 ]; then + opt=test71 + shift +fi if [ $1 = php55 ]; then opt=php55 shift @@ -170,6 +174,10 @@ if [ $1 = php70 ]; then opt=php70 shift fi +if [ $1 = php71 ]; then + opt=php71 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift @@ -221,6 +229,20 @@ elif [ $1 = all70 ]; then n=7 getOneMock el${n}x $opt +elif [ $1 = all71 ]; then + [ $opt = remi ] && opt=php71 + [ $opt = test ] && opt=test71 + for n in 21 22 23 24 + 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 5 6 do |