bmeaut / grainautline

GrainAutLine: image processing for geology and material sciences
GNU General Public License v3.0
0 stars 2 forks source link

Jenkins continuous integration #15

Closed csorbakristof closed 8 years ago

csorbakristof commented 9 years ago

Set up the continuous integration (compile and run unit tests) in Jenkins.

This needs the modification of the unit test invocation, as calling multiple unit test classes creates multiple headers in the result output, which cannot be parsed by the Jenkins QTest plugin.

UnitTest main() should be upgraded for that.