Skip to content

[CI] External libraries compilation test #8003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Apr 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4ae7b80
Workflow final + docs added
P-R-O-C-H-Y Mar 14, 2023
c2ac6ad
Merge branch 'master' into Libraries_CI_test
P-R-O-C-H-Y Mar 15, 2023
1ecb751
fix readme links
P-R-O-C-H-Y Mar 15, 2023
b5f5904
added JSON + lib_v2 YAML
P-R-O-C-H-Y Mar 21, 2023
633e41f
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
8b8c837
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
83e0d38
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
dcd0c1f
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
ef3a49b
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
085497f
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
aabadd1
Update lib_v2.yml
P-R-O-C-H-Y Mar 21, 2023
0568603
update JSON file
P-R-O-C-H-Y Mar 21, 2023
86a4bea
Added json file
P-R-O-C-H-Y Mar 22, 2023
a883b8d
Update lib.yml
P-R-O-C-H-Y Mar 22, 2023
1d7f186
Update lib_v2.yml
P-R-O-C-H-Y Mar 22, 2023
2d5bb5c
Update lib_v2.yml
P-R-O-C-H-Y Mar 22, 2023
e3013f8
change JSON
P-R-O-C-H-Y Mar 22, 2023
884f7fe
edit json + add version
P-R-O-C-H-Y Mar 24, 2023
c1ac969
edit json
P-R-O-C-H-Y Mar 24, 2023
4d7fc3f
update version
P-R-O-C-H-Y Mar 24, 2023
69d3745
fix path
P-R-O-C-H-Y Mar 24, 2023
a730253
update fqbn platform name
P-R-O-C-H-Y Mar 24, 2023
123dad1
add empty test result file
P-R-O-C-H-Y Mar 24, 2023
1e3306f
Add latest changes
P-R-O-C-H-Y Mar 28, 2023
daefd2f
Update docs
P-R-O-C-H-Y Mar 29, 2023
b5d098a
Update docs + clean YAML fifle
P-R-O-C-H-Y Mar 31, 2023
ee3c674
Add ESPAsyncWebServer library
P-R-O-C-H-Y Mar 31, 2023
74dc8f0
Add test multiple required libs (will revert)
P-R-O-C-H-Y Mar 31, 2023
b198f93
Update docs + json
P-R-O-C-H-Y Mar 31, 2023
ff9fab0
Merge branch 'master' into Libraries_CI_test
P-R-O-C-H-Y Mar 31, 2023
ec94184
Update lib.yml
P-R-O-C-H-Y Apr 3, 2023
9bef9af
Fix typos in docs
P-R-O-C-H-Y Apr 4, 2023
9503e0a
fix readme links
P-R-O-C-H-Y Apr 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add ESPAsyncWebServer library
  • Loading branch information
P-R-O-C-H-Y committed Mar 31, 2023
commit ee3c6742de824929950c064b7a8978e3c63d4e0c
10 changes: 10 additions & 0 deletions .github/workflows/lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"~/Arduino/libraries/Adafruit_NeoPixel/examples/strandtest/strandtest.ino"
]
},
{
"source-url": "https://github.com/me-no-dev/ESPAsyncWebServer.git",
"required-libs": {
"source-url": "https://github.com/me-no-dev/AsyncTCP.git"
},
"exclude_targets": [],
"sketch_path": [
"~/Arduino/libraries/AsyncTCP/examples"
]
},
{
"name": "FastLED",
"exclude_targets": [],
Expand Down