Would be nice to push this to a more central location e.g. nexusdev/dapple-minimal. Especially useful if this is used in a general dapple ci solution.
Image size is currently around 1GB. This can be reduced quite a lot for faster test setup. An ubuntu image with dapple and solc can be taken down to ~400MB, depending on violently you gut the OS and squash the fs layers. A minimal install based on Alpine can be brought down to 100MB (without solc).
npm test I'm not too familiar with the frontend, but maybe it has linters (semistandard?) that want checking. These could easily be added.
Basic travis coverage implemented in #31. Various improvements that could be made:
npm test
to test scriptImage location is currently at
rainbeam/dapple
, which is built from https://github.com/rainbeam/dapple-travisWould be nice to push this to a more central location e.g.
nexusdev/dapple-minimal
. Especially useful if this is used in a general dapple ci solution.Image size is currently around 1GB. This can be reduced quite a lot for faster test setup. An ubuntu image with dapple and solc can be taken down to ~400MB, depending on violently you gut the OS and squash the fs layers. A minimal install based on Alpine can be brought down to 100MB (without solc).
npm test
I'm not too familiar with the frontend, but maybe it has linters (semistandard?) that want checking. These could easily be added.