This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/tests/docker/build.sh

9 lines
137 B
Bash
Raw Normal View History

2016-06-14 16:01:19 -07:00
#!/bin/bash
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
./build_zt.sh
./build_tests.sh $1
echo "*** Done"