[PR #1264] [MERGED] CI / DC Update - Library Build, Linting, Examples Json Fix #1732

Closed
opened 2026-02-28 02:12:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1264
Author: @shafr
Created: 6/22/2021
Status: Merged
Merged: 9/17/2021
Merged by: @tablatronix

Base: masterHead: master


📝 Commits (10+)

📊 Changes

4 files changed (+205 additions, -59 deletions)

View changed files

.github/workflows/compile_examples.yaml (+122 -0)
.github/workflows/compile_library.yml (+53 -0)
.github/workflows/cpp_lint.yml (+30 -0)
.github/workflows/examples_esp8266.yml (+0 -59)

📄 Description

Updated:

Examples compilation in one file. Using ArduinoJson v5 for now.

Added

Library building
Linting on pull request

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1264 **Author:** [@shafr](https://github.com/shafr) **Created:** 6/22/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`5245e3c`](https://github.com/tzapu/WiFiManager/commit/5245e3cd7d65e46a8885ebd0b008827da5e00d05) Create main.yml - [`a230d29`](https://github.com/tzapu/WiFiManager/commit/a230d29124cd911c0e83a581b0b420d7ab2f2c77) Update examples_esp8266.yml - [`529f0d2`](https://github.com/tzapu/WiFiManager/commit/529f0d2e05253390a0c6c304792d4c134ad67232) Delete main.yml - [`bfeda50`](https://github.com/tzapu/WiFiManager/commit/bfeda50eb9e9158617d5c3118df121242c76e0a3) Create examples_esp32.yaml - [`89b3768`](https://github.com/tzapu/WiFiManager/commit/89b3768caffd1cec9d269e5b89e18d3b2f5d64a8) CI/DC update - [`1f23c01`](https://github.com/tzapu/WiFiManager/commit/1f23c01e4b73945eb986994ec025d320ef8adc98) CI/DC update - [`be77bb3`](https://github.com/tzapu/WiFiManager/commit/be77bb3ab521623ba8398b548939846c028a7600) CI/DC update - [`127afc1`](https://github.com/tzapu/WiFiManager/commit/127afc1ed927f2675f367e55f12b794b3cda4d38) hardcoded json lib version - [`5ad21db`](https://github.com/tzapu/WiFiManager/commit/5ad21db0d49b12a8756b21dc2b98305a5bc6541d) hardcoded json lib version - [`e926719`](https://github.com/tzapu/WiFiManager/commit/e92671941b7bb3da14603d20c0e7a0636a2e0522) hardcoded json lib version ### 📊 Changes **4 files changed** (+205 additions, -59 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/compile_examples.yaml` (+122 -0) ➕ `.github/workflows/compile_library.yml` (+53 -0) ➕ `.github/workflows/cpp_lint.yml` (+30 -0) ➖ `.github/workflows/examples_esp8266.yml` (+0 -59) </details> ### 📄 Description **Updated:** ``` Examples compilation in one file. Using ArduinoJson v5 for now. ``` **Added** ``` Library building Linting on pull request ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1732
No description provided.