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

Add a stage in .travis.yml to build the docker dev image #405

Open
sbellem opened this issue Dec 4, 2019 · 0 comments
Open

Add a stage in .travis.yml to build the docker dev image #405

sbellem opened this issue Dec 4, 2019 · 0 comments
Assignees
Labels
maintenance better way to write existing code, better tools/packages which can simplify things

Comments

@sbellem
Copy link
Collaborator

sbellem commented Dec 4, 2019

On Travis CI, the Dockerfile is used:

  • to build an image to run the tests
  • to build an image to generate the docs

However the image used to develop is not fully built as the above stop at a target. For instance, the ethereum solidity dependency and the Python dev dependencies are not installed.

We could add an additional stage that would just built the entire image, just as a sanity check to make sure the image builds.

@sbellem sbellem self-assigned this Dec 4, 2019
@sbellem sbellem added the maintenance better way to write existing code, better tools/packages which can simplify things label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance better way to write existing code, better tools/packages which can simplify things
Projects
None yet
Development

No branches or pull requests

1 participant