4 changed files with 2 additions and 30 deletions
@ -1,8 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
echo "*** Building Zerotier-One, libraries, and test/monitor images..." |
||||
|
||||
./build_zt.sh |
||||
./build_tests.sh $1 |
||||
|
||||
echo "*** Done" |
||||
@ -1,20 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
# Builds Zerotier-One and libraries required for SDK, then |
||||
# copies the binaries into the test directory. |
||||
|
||||
cd ../../ |
||||
make clean |
||||
make one |
||||
make sdk |
||||
cd sdk/docker-test |
||||
|
||||
cp ../../zerotier-cli zerotier-cli |
||||
cp ../../zerotier-sdk-service zerotier-sdk-service |
||||
cp ../../libztintercept.so libztintercept.so |
||||
|
||||
cp ../liblwip.so liblwip.so |
||||
cp ../zerotier-intercept zerotier-intercept |
||||
|
||||
cp ../../zerotier-one zerotier-one |
||||
|
||||
Loading…
Reference in new issue