accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Continuous integration #93

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Either make travis work properly (see https://github.com/philsquared/Catch/blob/master/.travis.yml)

Or create a custom script to check for various compilers (e.g. gcc 4.8, 5.9, 5.2, 5.3, clang 3.6, 3.7) the compilation for all release and debug targets and the unit tests for the asan, msan and tsan targets.

accosmin commented 8 years ago

Also report the number of errors reported by asan/msan for each unit test.