ethereum-buildbot
ethereum-buildbot copied to clipboard
Builder for Solidity-emscripten
To automatically update http://chriseth.github.io/cpp-ethereum/ to the latest develop of the solidity compiler, I created a dockerfile in <cpp-ethereum>/solc/docker_emscripten/Dockerfile (pending pull request). It would be great if http://chriseth.github.io/cpp-ethereum/ could reference a javascript file from one of the build servers which is continuously updated using the dockerfile.
After each change to cpp-ethereum/develop, if the tests are green, build the dockerfile (no need to use --no-cache), run it and pipe the stdout to e.g. http://build.ethdev.com/builds/solidity-emscripten/soljs.js.
maybe move solidity out of the cpp-ethereum repo?
@jorisbontje How is that related to this issue?
Any progress on this one?