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

Implement Travis CI for testing with Docker #16

Closed
wants to merge 1 commit into from

Conversation

dcroote
Copy link
Contributor

@dcroote dcroote commented Jun 15, 2018

Hi @mstubb ,

This address #15 by pulling the Docker image, running the built-in test, and comparing the
summarized output to what is expected. The travis_wait 20 sleep 1200 & hack in .travis.yml is necessary because travis otherwise fails during assembly due to the lack of console output for over 10min while constructing the target De Bruijn graph within the Kallisto [build] command.

Right now the build is failing due to the fact that dictionaries are unordered, but this should be fixed once the Docker image is updated with the two included sorted additions to bracerlib/tasks.py.

If you like this, going forward it probably makes sense that you open a (free for open source) travis-ci account and link to this repository so builds automatically occur after a push or pull request. Something similar could be implemented for tracer, and also include tracer's unit tests.

Best,
Derek

This implementation pulls the Docker image,
runs the built-in test, and compares the
summarized output to what is expected. The
.travis.yml travis_wait and sleep hack is
necessary because travis otherwise fails during
assembly due to the lack of output for over 10min
while constructing the target De Bruijn graph
within the [build] command.
@dcroote dcroote closed this Apr 10, 2020
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

Successfully merging this pull request may close these issues.

1 participant