mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
AppVeyor: run "vpntest" for ubuntu 18.04
This commit is contained in:
parent
8da2464831
commit
1af74e50ad
@ -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
7
.ci/memory-leak-test.sh
Executable 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'
|
Loading…
Reference in New Issue
Block a user