Thanks for creating this test tool. It was very helpful to get continuous integration going for our library. I added some information to your readme which I found helpful doing this the first time:
additional details for beginners with CI,
links to useful references,
clarified how *.test.* files work now. Previous documentation said *.test.* files should go in the root folder, which doesn't work (because build_platform.py reclusively traverses folders before looking for *.text.* files), but they can be placed in individual example folders, which is very useful.
Thanks for creating this test tool. It was very helpful to get continuous integration going for our library. I added some information to your readme which I found helpful doing this the first time:
*.test.*
files work now. Previous documentation said*.test.*
files should go in the root folder, which doesn't work (becausebuild_platform.py
reclusively traverses folders before looking for*.text.*
files), but they can be placed in individual example folders, which is very useful.