Skip to content

Commit ff60f96

Browse files
authored
added CI
1 parent 3b822c7 commit ff60f96

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

.github/workflows/arduinio_ci.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Arduino_CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
arduino_ci:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Checkout Repository
11+
uses: actions/checkout@v4
12+
13+
- name: Arduino Continuous Integration
14+
uses: Arduino-CI/action@latest

README.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
![GitHub Release](https://img.shields.io/github/v/release/Witty-Wizard/DriveMaster)
2-
[![Doxygen](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](https://witty-wizard.github.io/DriveMaster/)
3-
[![Doxygen CI](https://github.com/Witty-Wizard/DriveMaster/actions/workflows/main.yaml/badge.svg)](https://github.com/Witty-Wizard/DriveMaster/actions/workflows/main.yaml)
4-
[![GitHub License](https://img.shields.io/github/license/Witty-Wizard/DriveMaster)](https://www.gnu.org/licenses/gpl-3.0.html)
1+
<p align="center">
2+
<a href="https://github.com/Witty-Wizard/DriveMaster/releases">
3+
<img src="https://img.shields.io/github/v/release/Witty-Wizard/DriveMaster" alt="GitHub Release">
4+
</a>
5+
<a href="https://github.com/Witty-Wizard/DriveMaster/actions/workflows/main.yaml">
6+
<img src="https://github.com/Witty-Wizard/DriveMaster/actions/workflows/main.yaml/badge.svg" alt="Doxygen CI">
7+
</a>
8+
<a href="https://witty-wizard.github.io/DriveMaster/">
9+
<img src="https://img.shields.io/badge/-Doxygen-2C4AA8?style=flat&logo=doxygen&logoColor=white" alt="Doxygen">
10+
</a>
11+
<a href="https://www.gnu.org/licenses/gpl-3.0.html">
12+
<img src="https://img.shields.io/github/license/Witty-Wizard/DriveMaster" alt="GitHub License">
13+
</a>
14+
</p>
15+
516

617
# DriveMaster Library
718

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ maintainer=Witty Wizard <[email protected]>
1010
license=GPL-3.0-only
1111
frameworks=arduino
1212
platforms=espressif32
13-
architectures=*
13+
architectures=esp32

0 commit comments

Comments
 (0)