summaryrefslogtreecommitdiff
path: root/netcon/docker-test/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/docker-test/build.sh')
-rwxr-xr-xnetcon/docker-test/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/netcon/docker-test/build.sh b/netcon/docker-test/build.sh
new file mode 100755
index 00000000..4eaa246c
--- /dev/null
+++ b/netcon/docker-test/build.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+echo "*** Building Zerotier-One, libraries, and test/monitor images..."
+
+./build_zt.sh
+./build_tests.sh
+
+echo "*** Done" \ No newline at end of file