felselva/mathc

add CI tests

barrotsteindev opened this issue · 4 comments

proposal to add CI/CD tests, for example using travis ci to compile the code and run the test file.
I have no problem to start working on this if it is found to be needed.

Nice addition. I don't know much on how to use Travis-CI, but seems simple enough.

now that the PR #5 is merged, you need to go to travis-ci, login using GitHub and enable tests for this repository. After that every push will trigger an automatic build on travis-ci.

P.S. the current build result can be added to the readme file, and be shown on github, there is a simple tutorial on ther travis-ci site. Feel free to ask me any question if you get into trouble

Thanks for the PR!