1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-25 05:53:00 +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

View File

@ -66,6 +66,7 @@ for:
- ./configure
build_script:
- make package -C tmp
- .ci/memory-leak-test.sh
after_build:
- .ci/appveyor_afterbuild.sh
on_failure:

7
.ci/memory-leak-test.sh Executable file
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'