File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,29 @@ build_driver_lib:
239
239
- cd driver_lib
240
240
- ./make_lib.sh driver
241
241
242
+ collect_at_bins :
243
+ stage : deploy
244
+ tags :
245
+ - deploy
246
+ needs :
247
+ - build_at_1024_1024_u1
248
+ - build_at_1024_1024_u2
249
+ - build_at_512_512_u1
250
+ - build_at_512_512_u2
251
+ image : $CI_DOCKER_REGISTRY/esp8266-ci-env
252
+ script :
253
+ - echo "Collecting AT bin files..."
254
+ - mkdir -p at/1024+1024
255
+ - mkdir -p at/512+512
256
+ - cp -f bin/upgrade/user1.2048.new.5.bin at/1024+1024/user1.2048.new.5.bin
257
+ - cp -f bin/upgrade/user2.2048.new.5.bin at/1024+1024/user2.2048.new.5.bin
258
+ - cp -f bin/upgrade/user1.1024.new.2.bin at/512+512/user1.1024.new.2.bin
259
+ - cp -f bin/upgrade/user2.1024.new.2.bin at/512+512/user2.1024.new.2.bin
260
+ artifacts :
261
+ paths :
262
+ - ./at
263
+ expire_in : 6 mos
264
+
242
265
push_master_to_github :
243
266
stage : deploy
244
267
only :
You can’t perform that action at this time.
0 commit comments