Skip to content

Commit 284bf8c

Browse files
authored
Add nightly build badges for each branch (#351)
1 parent 267a735 commit 284bf8c

6 files changed

Lines changed: 52 additions & 16 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Nightly (humble)
2+
3+
on:
4+
schedule:
5+
- cron: '0 4 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
micro_ros_idf:
10+
uses: ./.github/workflows/ci.yml
11+
with:
12+
branch: humble
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Nightly (jazzy)
2+
3+
on:
4+
schedule:
5+
- cron: '0 4 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
micro_ros_idf:
10+
uses: ./.github/workflows/ci.yml
11+
with:
12+
branch: jazzy
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Nightly (kilted)
2+
3+
on:
4+
schedule:
5+
- cron: '0 4 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
micro_ros_idf:
10+
uses: ./.github/workflows/ci.yml
11+
with:
12+
branch: kilted
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Nightly (rolling)
2+
3+
on:
4+
schedule:
5+
- cron: '0 4 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
micro_ros_idf:
10+
uses: ./.github/workflows/ci.yml
11+
with:
12+
branch: rolling

.github/workflows/nightly.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
![banner](.images/banner-dark-theme.png#gh-dark-mode-only)
22
![banner](.images/banner-light-theme.png#gh-light-mode-only)
33

4+
| humble | jazzy | kilted | rolling |
5+
|:------:|:-----:|:------:|:-------:|
6+
| [![Nightly (humble)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-humble.yml/badge.svg)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-humble.yml) | [![Nightly (jazzy)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-jazzy.yml/badge.svg)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-jazzy.yml) | [![Nightly (kilted)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-kilted.yml/badge.svg)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-kilted.yml) | [![Nightly (rolling)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-rolling.yml/badge.svg)](https://github.com/micro-ROS/micro_ros_espidf_component/actions/workflows/nightly-rolling.yml) |
7+
48
# micro-ROS component for ESP-IDF
59

610
This component has been tested in ESP-IDF v5.2, v5.3, v5.4, and v5.5 with ESP32, ESP32-S2, ESP32-S3, ESP32-C3 and ESP32-C6.

0 commit comments

Comments
 (0)