1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-29 02:09:25 +03:00

AppVeyor: run "vpntest" for ubuntu 18.04

This commit is contained in:
Ilya Shipitsin
2018-10-29 15:53:42 +05:00
parent 8da2464831
commit 1af74e50ad
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -eux
echo -n | ./build/vpntest s | grep -Fq 'NO MEMORY LEAKS'
echo -n | ./build/vpntest c | grep -Fq 'NO MEMORY LEAKS'
echo -n | ./build/vpntest b | grep -Fq 'NO MEMORY LEAKS'