CVMix / CVMix-src

CVMix source code (including protex documentation) as well as build system and examples / tests
Other
30 stars 30 forks source link

Add continuous integration for testing #75

Closed mnlevy1981 closed 5 years ago

mnlevy1981 commented 5 years ago

It would be nice to use TravisCI to do some sanity checks. At a minimum, it could build CVMix w/ gfortran and run our reg_tests... we could also add some code-consistency checks (I have a very minimalist ConsistencyChecks.sh script in my pre-commit hooks that I could copy into this repository and then have Travis run).

mnlevy1981 commented 5 years ago

Closed via #78