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).
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 minimalistConsistencyChecks.sh
script in my pre-commit hooks that I could copy into this repository and then have Travis run).