updated python and go to new build requirement. added script to create

dockers locally
This commit is contained in:
sveneh
2015-02-05 12:07:12 +01:00
parent 83258456d3
commit 2e2e36cc72
6 changed files with 48 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash -x
# creates the necessary docker images to run testrunner.sh locally
docker build --tag="ethereum/cppjit-testrunner" docker-cppjit
docker build --tag="ethereum/python-testrunner" docker-python
docker build --tag="ethereum/go-testrunner" docker-go