Manu343726 / ctti

Compile Time Type Information for C++
MIT License
573 stars 56 forks source link

Add CI support #2

Open Manu343726 opened 9 years ago

Manu343726 commented 9 years ago

https://github.com/Manu343726/ctti/commit/f54083e902f4b74098f1246bc383f743dedb22c0 closes #5 adding cmake setup and a classic include/+ examples/ + tests/ layout. Main CMakeLists.txt includes a couple of functions to declare test and example targets in a simple way.

Now it should be easy to write a battery of tests for CI. Also, since ctti supports VS2015 and mingw (cygwin used to work too...), please check appveyor in addition to travis.

viboes commented 8 years ago

test directory is missing :(

Manu343726 commented 8 years ago

@viboes I know, the current untested state of the library is a serious problem. I hope I will get some time to fix this. For me the suit should check:

@foonathan I'm missing something?