aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/test-files/create-docker-images.sh
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-02 23:34:03 +0800
committerobscuren <geffobscura@gmail.com>2015-03-02 23:34:03 +0800
commitb13735b40024ccc704a4c343b2985165a3bc66f4 (patch)
treea814196fe4c154f886ba0c6a9ba4348c9268b849 /tests/files/ansible/test-files/create-docker-images.sh
parentb383ff0b96a1cf3df0b56f13b8d303ae4d4977ad (diff)
downloaddexon-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.gz
dexon-b13735b40024ccc704a4c343b2985165a3bc66f4.tar.zst
dexon-b13735b40024ccc704a4c343b2985165a3bc66f4.zip
updated tests
Diffstat (limited to 'tests/files/ansible/test-files/create-docker-images.sh')
-rwxr-xr-xtests/files/ansible/test-files/create-docker-images.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/ansible/test-files/create-docker-images.sh b/tests/files/ansible/test-files/create-docker-images.sh
new file mode 100755
index 000000000..06728c6d7
--- /dev/null
+++ b/tests/files/ansible/test-files/create-docker-images.sh
@@ -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