initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

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

Open sbellem opened 4 years ago

sbellem commented 4 years ago

On Travis CI, the Dockerfile is used:

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.