Continuous Integration?
vsoch opened this issue · 0 comments
vsoch commented
hey @stepp! I wanted to ask if there were plans to set up testing / CI for the libraries here? I noticed a script pack-lib-into-single-cpp-file.sh
and inferred that is that how the final library is packaged for the homeworks?
What do you think about having some kind of continuous integration set up (and this could run tests and run this particular script to deploy.) I think it would be really fun to learn how to write modular tests for a larger library like this, even if we just start with very simple ones.