sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

Automated testing framework proposal #565

Open sg-s opened 3 years ago

sg-s commented 3 years ago

a bash script that is triggered by cron that does this:

  1. clone all repos (latest versions)
  2. start matlab
  3. start diary > filename
  4. run all tests
  5. stop diary
  6. exit matlab
  7. scan diary file to see if there are any errors
  8. if so, file a new issue on this repo using gh and attach the diary file