hey @gtj0 thanks for your reply, i did some work on the compiling of the duet as well, but i guess it is highly dependent upon @dc42 as the main developer of RRF.
Currently, I see the following challenges for the duet3d and RRF
with the rising number of duet derivates, it is getting more and more complex and complicated to test every one for each release and even the compiling is getting fiddly the code coverage of test cases is, at least for me, not available through the design of the project in different modules it is getting more and more complex for everyone else except dc42 to compile the firmware, as it is not clear which tag/branch/version is compatible to each other or which one is broken and probably why.I see the following benefits in using an automated compiling and later testing process:
the community could support dc42 in creating testcase for parts of the software the community could actively participate in the development without setting up an development environment the compiling and testing for every derivate of the duet could be automated, like some boards are getting automaticly flashed with the last firmware from github and can perform some basic tests and return the results backdunno if there is more.
Tim