Skip to content

Commit

Permalink
feat: Upload download.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
xcguang committed Jan 8, 2020
1 parent 45a23bf commit ee7ae05
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ esp32_wroom_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -63,6 +63,7 @@ esp32_wroom_at:
- cd -
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand All @@ -85,7 +86,7 @@ esp32_wrover_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -129,6 +130,7 @@ esp32_wrover_at:
- export ESP_AT_MODULE_NAME=WROVER-32
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand All @@ -151,7 +153,7 @@ pico_d4_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -195,6 +197,7 @@ pico_d4_at:
- export ESP_AT_MODULE_NAME=PICO-D4
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand All @@ -218,7 +221,7 @@ solo_1_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -262,6 +265,7 @@ solo_1_at:
- export ESP_AT_MODULE_NAME=SOLO-1
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand All @@ -284,7 +288,7 @@ esp8266_wroom_02_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -326,6 +330,7 @@ esp8266_wroom_02_at:
- export ESP_AT_MODULE_NAME=WROOM-02
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand All @@ -348,7 +353,7 @@ esp8266_wroom_5V2L_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -389,6 +394,7 @@ esp8266_wroom_5V2L_at:
- export ESP_AT_MODULE_NAME=WROOM-5V2L
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

Expand Down Expand Up @@ -483,7 +489,7 @@ wrover32_all_function_at:
- build/partition_table/*.bin
- build/customized_partitions/*.bin
- build/flasher_args.json
# - build/download.config
- build/download.config
# - build/factory/*
expire_in: 6 mos

Expand Down Expand Up @@ -542,5 +548,6 @@ wrover32_all_function_at:
- export ESP_AT_MODULE_NAME=WROVER-32
- export ESP_AT_PROJECT_PATH=$(pwd)
- ./esp-idf/tools/idf.py build -DSILENCE=1
- cp build/flash_project_args build/download.config
# - make print_flash_cmd | tail -n 1 > build/download.config
# - make factory_bin

0 comments on commit ee7ae05

Please sign in to comment.