@@ -33,7 +33,6 @@ build_osx_runtime:
33
33
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
34
34
script :
35
35
- git submodule update --init --recursive
36
- - chmod +x external/buildscripts/bee
37
36
- cd external/buildscripts
38
37
- ./bee
39
38
- cd ../..
@@ -66,7 +65,6 @@ build_osx_classlibs:
66
65
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
67
66
script :
68
67
- git submodule update --init --recursive
69
- - chmod +x external/buildscripts/bee
70
68
- cd external/buildscripts
71
69
- ./bee
72
70
- cd ../..
@@ -103,7 +101,6 @@ build_android:
103
101
- PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
104
102
script :
105
103
- git submodule update --init --recursive
106
- - chmod +x external/buildscripts/bee
107
104
- cd external/buildscripts
108
105
- ./bee
109
106
- cd ../..
@@ -188,7 +185,6 @@ build_linux_x64:
188
185
- linux
189
186
script :
190
187
- git submodule update --init --recursive
191
- - chmod +x external/buildscripts/bee
192
188
- cd external/buildscripts
193
189
- ./bee
194
190
- cd ../..
@@ -210,7 +206,6 @@ build_linux_x86:
210
206
- linux
211
207
script :
212
208
- git submodule update --init --recursive
213
- - chmod +x external/buildscripts/bee
214
209
- cd external/buildscripts
215
210
- ./bee
216
211
- cd ../..
0 commit comments