usnistgov / AGA8

Files associated with the AGA8 standard
Other
35 stars 21 forks source link

Cleanup, tests and Travis CI #2

Closed royvegard closed 5 years ago

royvegard commented 5 years ago

Cleaned up the code according to suggestions from rust-clippy - the rust linter.

Added some integration tests to make sure that the code still produces the correct results after all of the clean up work.

Added Travis Continuous Integration that automatically builds and runs the tests whenever a new revision is pushed to the GitHub repository.

royvegard commented 5 years ago

Travis builds the pull requests too. That's nice! 😎

ianhbell commented 5 years ago

Nice, thanks. Any chance you could do the build matrix in Travis and also test the C++ code?