nonius icon indicating copy to clipboard operation
nonius copied to clipboard

Add Continuous Integration support for nonius

Open acki-m opened this issue 10 years ago • 4 comments

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/

acki-m avatar Jun 04 '15 18:06 acki-m

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.

rmartinho avatar Jun 05 '15 08:06 rmartinho

I'm working on this. It depends on #24

rmartinho avatar Jul 28 '15 10:07 rmartinho

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.

rmartinho avatar Jul 29 '15 16:07 rmartinho

Why did you not use travis-ci? I have not looked into this tool, but its good to know whether there are some drawbacks.

acki-m avatar Jul 29 '15 18:07 acki-m