RaPId icon indicating copy to clipboard operation
RaPId copied to clipboard

A step towards Continuous Integration

Open MaximeBaudette opened this issue 8 years ago • 1 comments

The idea is to start building a Matlab script with a battery of tests that should be run on the toolbox to check everything is working properly.

This is a first step for implementing continuous integration for the toolbox, which could be later automated via diverse tools (we are not yet at the point where we master this). But we can still start reflecting on what kinds of test should be run on the toolbox to check changes made.

From @lvanfretti for a first idea of what these tests could be:

Also, build the automatic testing code to run through all the examples to check if they are working. Set the examples to be executed for a couple of iterations... @janlav we latter need to discuss how to build a test code to check that all the optimizes are working...

MaximeBaudette avatar Feb 23 '16 12:02 MaximeBaudette

I just started reading this article describing CI with Matlab and Jenkins. http://blogs.mathworks.com/developer/2015/01/20/the-other-kind-of-continuous-integration/

It could give us some ideas.

tinrabuzin avatar Feb 23 '16 12:02 tinrabuzin