Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chopBAI does not use continuous integration testing #5

Open
peterjc opened this issue Nov 18, 2015 · 1 comment
Open

chopBAI does not use continuous integration testing #5

peterjc opened this issue Nov 18, 2015 · 1 comment
Assignees

Comments

@peterjc
Copy link

peterjc commented Nov 18, 2015

Once you have added some automated testing (#4), it would be good practice to then have these tests automatically run whenever the repository is updated.

I would suggest using TravisCI, as used by samtools for example, see http://docs.travis-ci.com/ and https://github.com/samtools/samtools/blob/develop/.travis.yml

Another big plus of TravisCI is that any user submitted pull requests would automatically have the functional test results shown on them which is a big help when reviewing contributions.

@peterjc
Copy link
Author

peterjc commented Nov 18, 2015

(This will also catch any accidental commits to the main repository which break the build)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants