summaryrefslogtreecommitdiff
path: root/netcon/docker-test/build.sh
blob: 4eaa246cad5e057f971f1ecbb5a4918eec7cb3cf (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

echo "*** Done"