rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.52k stars 1.26k forks source link

Adding Continuous Integration #827

Closed ArminJo closed 10 months ago

ArminJo commented 3 years ago

Here it is 😀 First I prepared it for stm32duino:STM32F1:genericSTM32F103C, but it can easily be extended to other boards.

ArminJo commented 3 years ago

There are 2 directories or ino files which must be renamed, to be Arduino compatible.

stevstrong commented 10 months ago

Is there anything which speaks against merging this PR? If not, then I will merge it on Sunday at leteast.

ArminJo commented 10 months ago

I checked it again and it still runs without errors. I added workflow_dispatch for manual build check. This is a very handy feature I use sometimes :-) .

fpistm commented 10 months ago

Great. Would recommend to simply do a ln -s instead of a copy of the repo. 😉

ArminJo commented 10 months ago

@fpistm Brilliant idea!