Skip to content
This repository was archived by the owner on Jan 9, 2018. It is now read-only.

Commit ae61ed7

Browse files
committed
Replaced php5 with php7
1 parent 088688a commit ae61ed7

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

jenkins.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ then
7070

7171
tar -czf PHP_${PHP_VERSION_NAME}_x86_Linux.tar.gz bin/
7272
cp -r $COMPILEDIR/linux/32bit/{install.log,PHP_${PHP_VERSION_NAME}_x86_Linux.tar.gz} $ARCHIVE/linux/32bit/
73-
if [ ! -f $COMPILEDIR/linux/32bit/bin/php5/bin/php ]; then
73+
if [ ! -f $COMPILEDIR/linux/32bit/bin/php7/bin/php ]; then
7474
exit 1
7575
fi
7676

77-
$TESTS generic $COMPILEDIR/linux/32bit/bin/php5/bin/php
77+
$TESTS generic $COMPILEDIR/linux/32bit/bin/php7/bin/php
7878
fi
7979

8080
if [ "$COMPILE_LINUX_64BIT" = "true" ];
@@ -86,11 +86,11 @@ then
8686

8787
tar -czf PHP_${PHP_VERSION_NAME}_x86-64_Linux.tar.gz bin/
8888
cp -r $COMPILEDIR/linux/64bit/{install.log,PHP_${PHP_VERSION_NAME}_x86-64_Linux.tar.gz} $ARCHIVE/linux/64bit/
89-
if [ ! -f $COMPILEDIR/linux/64bit/bin/php5/bin/php ]; then
89+
if [ ! -f $COMPILEDIR/linux/64bit/bin/php7/bin/php ]; then
9090
exit 1
9191
fi
9292

93-
$TESTS generic $COMPILEDIR/linux/64bit/bin/php5/bin/php
93+
$TESTS generic $COMPILEDIR/linux/64bit/bin/php7/bin/php
9494
fi
9595

9696
if [ "$COMPILE_MAC_32" = "true" ];
@@ -111,11 +111,11 @@ then
111111

112112
tar -czf PHP_${PHP_VERSION_NAME}_x86_MacOS.tar.gz bin/
113113
cp -r $COMPILEDIR/mac32/{install.log,PHP_${PHP_VERSION_NAME}_x86_MacOS.tar.gz} $ARCHIVE/mac32/
114-
if [ ! -f $COMPILEDIR/mac32/bin/php5/bin/php ]; then
114+
if [ ! -f $COMPILEDIR/mac32/bin/php7/bin/php ]; then
115115
exit 1
116116
fi
117117

118-
$TESTS generic $COMPILEDIR/mac32/bin/php5/bin/php
118+
$TESTS generic $COMPILEDIR/mac32/bin/php7/bin/php
119119
fi
120120

121121
if [ "$COMPILE_MAC_64" = "true" ];
@@ -136,11 +136,11 @@ then
136136

137137
tar -czf PHP_${PHP_VERSION_NAME}_x86-64_MacOS.tar.gz bin/
138138
cp -r $COMPILEDIR/mac64/{install.log,PHP_${PHP_VERSION_NAME}_x86-64_MacOS.tar.gz} $ARCHIVE/mac64
139-
if [ ! -f $COMPILEDIR/mac64/bin/php5/bin/php ]; then
139+
if [ ! -f $COMPILEDIR/mac64/bin/php7/bin/php ]; then
140140
exit 1
141141
fi
142142

143-
$TESTS generic $COMPILEDIR/mac64/bin/php5/bin/php
143+
$TESTS generic $COMPILEDIR/mac64/bin/php7/bin/php
144144
fi
145145

146146
if [ "$COMPILE_RPI" = "true" ];
@@ -152,11 +152,11 @@ then
152152

153153
tar -czf PHP_${PHP_VERSION_NAME}_ARM_Raspbian_hard.tar.gz bin/
154154
cp -r $COMPILEDIR/rpi/{install.log,PHP_${PHP_VERSION_NAME}_ARM_Raspbian_hard.tar.gz} $ARCHIVE/rpi/
155-
if [ ! -f $COMPILEDIR/rpi/bin/php5/bin/php ]; then
155+
if [ ! -f $COMPILEDIR/rpi/bin/php7/bin/php ]; then
156156
exit 1
157157
fi
158158

159-
$TESTS generic $COMPILEDIR/rpi/bin/php5/bin/php
159+
$TESTS generic $COMPILEDIR/rpi/bin/php7/bin/php
160160
fi
161161

162162
if [ "$CROSSCOMPILE_ANDROID_ARMV6" = "true" ];
@@ -168,11 +168,11 @@ then
168168

169169
tar -czf PHP_${PHP_VERSION_NAME}_ARMv6_Android.tar.gz bin/
170170
cp -r $COMPILEDIR/crosscompile/android-armv6/{install.log,PHP_${PHP_VERSION_NAME}_ARMv6_Android.tar.gz} $ARCHIVE/crosscompile/android-armv6/
171-
if [ ! -f $COMPILEDIR/crosscompile/android-armv6/bin/php5/bin/php ]; then
171+
if [ ! -f $COMPILEDIR/crosscompile/android-armv6/bin/php7/bin/php ]; then
172172
exit 1
173173
fi
174174

175-
$TESTS android $COMPILEDIR/crosscompile/android-armv6/bin/php5/bin/php
175+
$TESTS android $COMPILEDIR/crosscompile/android-armv6/bin/php7/bin/php
176176
fi
177177

178178
if [ "$CROSSCOMPILE_ANDROID_ARMV7" = "true" ];
@@ -184,11 +184,11 @@ then
184184

185185
tar -czf PHP_${PHP_VERSION_NAME}_ARMv7_Android.tar.gz bin/
186186
cp -r $COMPILEDIR/crosscompile/android-armv7/{install.log,PHP_${PHP_VERSION_NAME}_ARMv7_Android.tar.gz} $ARCHIVE/crosscompile/android-armv7/
187-
if [ ! -f $COMPILEDIR/crosscompile/android-armv7/bin/php5/bin/php ]; then
187+
if [ ! -f $COMPILEDIR/crosscompile/android-armv7/bin/php7/bin/php ]; then
188188
exit 1
189189
fi
190190

191-
$TESTS android $COMPILEDIR/crosscompile/android-armv7/bin/php5/bin/php
191+
$TESTS android $COMPILEDIR/crosscompile/android-armv7/bin/php7/bin/php
192192
fi
193193

194194
if [ "$CROSSCOMPILE_IOS_ARMV6" = "true" ];
@@ -207,11 +207,11 @@ then
207207
PATH="/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH" $SCRIPT -t ios-armv6 -j $THREADS -c -x $EXTRA_FLAGS -f arm
208208

209209
cp -r $COMPILEDIR/crosscompile/ios-armv6/{install.log,bin/*} $ARCHIVE/crosscompile/ios-armv6/
210-
if [ ! -f $COMPILEDIR/crosscompile/ios-armv6/bin/php5/bin/php ]; then
210+
if [ ! -f $COMPILEDIR/crosscompile/ios-armv6/bin/php7/bin/php ]; then
211211
exit 1
212212
fi
213213

214-
$TESTS arm $COMPILEDIR/crosscompile/ios-armv6/bin/php5/bin/php
214+
$TESTS arm $COMPILEDIR/crosscompile/ios-armv6/bin/php7/bin/php
215215
fi
216216

217217
if [ "$CROSSCOMPILE_IOS_ARMV7" = "true" ];
@@ -230,11 +230,11 @@ then
230230
PATH="/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH" $SCRIPT -t ios-armv6 -j $THREADS -c -x $EXTRA_FLAGS -f arm
231231

232232
cp -r $COMPILEDIR/crosscompile/ios-armv7/{install.log,bin/*} $ARCHIVE/crosscompile/ios-armv7/
233-
if [ ! -f $COMPILEDIR/crosscompile/ios-armv7/bin/php5/bin/php ]; then
233+
if [ ! -f $COMPILEDIR/crosscompile/ios-armv7/bin/php7/bin/php ]; then
234234
exit 1
235235
fi
236236

237-
$TESTS arm $COMPILEDIR/crosscompile/ios-armv7/bin/php5/bin/php
237+
$TESTS arm $COMPILEDIR/crosscompile/ios-armv7/bin/php7/bin/php
238238
fi
239239

240240
if [ "$CROSSCOMPILE_RPI" = "true" ];
@@ -246,11 +246,11 @@ then
246246

247247
tar -czf PHP_${PHP_VERSION_NAME}_ARM_Raspbian_hard.tar.gz bin/
248248
cp -r $COMPILEDIR/crosscompile/rpi/{install.log,PHP_${PHP_VERSION_NAME}_ARM_Raspbian_hard.tar.gz} $ARCHIVE/crosscompile/rpi/
249-
if [ ! -f $COMPILEDIR/crosscompile/rpi/bin/php5/bin/php ]; then
249+
if [ ! -f $COMPILEDIR/crosscompile/rpi/bin/php7/bin/php ]; then
250250
exit 1
251251
fi
252252

253-
$TESTS arm $COMPILEDIR/crosscompile/rpi/bin/php5/bin/php
253+
$TESTS arm $COMPILEDIR/crosscompile/rpi/bin/php7/bin/php
254254
fi
255255

256256
if [ "$CROSSCOMPILE_MAC" = "true" ];
@@ -261,7 +261,7 @@ then
261261
$SCRIPT -t mac -j 1 -c $EXTRA_FLAGS -f -x
262262

263263
cp -r $COMPILEDIR/crosscompile/mac/{install.log,bin/*} $ARCHIVE/crosscompile/mac/
264-
if [ ! -f $COMPILEDIR/crosscompile/mac/bin/php5/bin/php ]; then
264+
if [ ! -f $COMPILEDIR/crosscompile/mac/bin/php7/bin/php ]; then
265265
exit 1
266266
fi
267267
fi

0 commit comments

Comments
 (0)