1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #782: AppVeyor: run "vpntest" for ubuntu 18.04

This commit is contained in:
Davide Beatrici 2018-10-29 13:59:21 +01:00 committed by GitHub
commit 7f8926e0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'