File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Nightly
22
3- on :
3+ on :
44 workflow_dispatch :
55 inputs :
66 name :
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- branch : [foxy, main]
17+ branch : [foxy, main, galactic ]
1818 idf_target : [ esp32, esp32s2, esp32c3]
1919 idf_version : [ "espressif/idf:release-v4.1", "espressif/idf:release-v4.2", "espressif/idf:release-v4.3" ]
2020 exclude :
@@ -51,15 +51,15 @@ jobs:
5151 cd micro_ros_espidf_component/examples/int32_publisher
5252 idf.py set-target ${{ matrix.idf_target }}
5353 idf.py build
54-
54+
5555 - name : Build sample - low_consumption
5656 shell : bash
5757 run : |
5858 . $IDF_PATH/export.sh
5959 cd micro_ros_espidf_component/examples/low_consumption
6060 idf.py set-target ${{ matrix.idf_target }}
6161 idf.py build
62-
62+
6363 - name : Build sample - int32_publisher_custom_transport
6464 shell : bash
6565 run : |
You can’t perform that action at this time.
0 commit comments