SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.58k stars 306 forks source link

working exclude list for CI, and minor others #734

Closed designer2k2 closed 1 year ago

designer2k2 commented 1 year ago

Hello, this gets the exclude list working, it now builds 36 configurations instead of 50. Still only 5 go green. 12 go now green! And many fail on just some, not overall.

The folder structure seems to be case sensitive. Thats why initially it did not find some variants.

Also this is now a fully valid action, so the check-workflow CI goes green. https://github.com/designer2k2/ATTinyCore/actions/runs/3720919505/jobs/6310718341

Further i fixed the broken links on some pages, now the link-check CI goes green. https://github.com/designer2k2/ATTinyCore/actions/runs/3720887485/jobs/6310670148

I removed the size-delta action, it was just run every 5 minutes failing, somebody could bring this alive later again.

designer2k2 commented 1 year ago

Hello @SpenceKonde, as the testing now gives usable results i consider this PR is ok to merge. (maybe as a squash and merge, as there are soo many small commits in here...)

designer2k2 commented 1 year ago

Hello @SpenceKonde, bump for this PR