diff options
Diffstat (limited to 'netcon/docker-test/build.sh')
-rwxr-xr-x | netcon/docker-test/build.sh | 8 |
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 |