plugeth/ansible/test-files/create-docker-images.sh
2015-02-05 12:07:12 +01:00

8 lines
262 B
Bash
Executable File

#!/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