stanle / madopt

Apache License 2.0
16 stars 5 forks source link

Consider Continuous Integration #18

Open ccoffrin opened 7 years ago

ccoffrin commented 7 years ago

Given a number of minor bugs have been resolved recently, you might consider setting up continuous integration and code coverage, to prevent any feature regressions and to provide better support for community-based contributions.

stanle commented 7 years ago

I was NOT aware that their is a community :).

Sounds like a good idea. I'll put it on my todo. some resources which will come in handy later

https://stackoverflow.com/questions/41693514/travis-ci-install-and-run-cxxtest https://github.com/thearn/simple-cython-example https://docs.travis-ci.com/user/languages/cpp/