mirror of
https://github.com/espressif/esp-modbus.git
synced 2025-07-30 10:27:16 +02:00
Merge branch 'bugfix/fix_component_upload_issues' into 'master'
fix component upload issues See merge request idf/esp-modbus!67
This commit is contained in:
@ -106,7 +106,7 @@ after_script:
|
|||||||
--manifest-rootpath .
|
--manifest-rootpath .
|
||||||
--manifest-file .build-test-rules.yml
|
--manifest-file .build-test-rules.yml
|
||||||
# delete all other build artifacts, except esp32
|
# delete all other build artifacts, except esp32
|
||||||
- echo "delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
|
- echo "Delete build folders:" $(find . -type d -regex '^\./.*build_esp32[a-z]+[0-9]+[_a-z]*' -print -exec rm -rf {} +)
|
||||||
variables:
|
variables:
|
||||||
TEST_TARGETS: "esp32"
|
TEST_TARGETS: "esp32"
|
||||||
|
|
||||||
@ -264,4 +264,5 @@ upload_to_component_manager:
|
|||||||
script:
|
script:
|
||||||
- pip install idf-component-manager
|
- pip install idf-component-manager
|
||||||
- export IDF_COMPONENT_API_TOKEN=${ESP_MODBUS_API_KEY}
|
- export IDF_COMPONENT_API_TOKEN=${ESP_MODBUS_API_KEY}
|
||||||
- python -m idf_component_manager upload-component --allow-existing --name=esp-modbus --namespace=espressif
|
- compote component upload --namespace=espressif --name=esp-modbus --allow-existing
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.0.14"
|
version: "1.0.15"
|
||||||
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
|
||||||
url: https://github.com/espressif/esp-modbus
|
url: https://github.com/espressif/esp-modbus
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user