summaryrefslogtreecommitdiff
path: root/netcon/docker-test/build.sh
blob: bb5fd8e772b571a6ef77bf73f97595f7508d5bed (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

echo "*** Building Zerotier-One, libraries, and test/monitor images..."

./build_zt.sh
./build_tests.sh $1

echo "*** Done"