Automated testing framework proposal
Opened this issue · 0 comments
sg-s commented
a bash script that is triggered by cron that does this:
- clone all repos (latest versions)
- start matlab
- start diary > filename
- run all tests
- stop diary
- exit matlab
- scan diary file to see if there are any errors
- if so, file a new issue on this repo using
gh
and attach the diary file