Add Continuous Integration support for nonius
The current release (1.1.0) will bring up again compiler warnings for VSx64.
// line 1541, the 'n' variable is std::size_t
double outlier_variance = detail::outlier_variance(mean_estimate, stddev_estimate, n);
To avoid these kind of problems in the feature, please add support for CI for nonius: See following template as starting point: https://github.com/headmyshoulder/cit For Visual Studio use: http://www.appveyor.com/
Oh, I messed up when selecting the toolchains. My bad. I do need to finish my set up so I don't have to test with Visual Studio by hand.
I'm working on this. It depends on #24
So, got a Jenkins server running Linux builds with various compiler and boost versions https://build.rmf.io/job/nonius/1/. Checking out Appveyor for Visual Studio builds.
Why did you not use travis-ci? I have not looked into this tool, but its good to know whether there are some drawbacks.