mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 01:30:40 +03:00
AppVeyor: run "vpntest" for ubuntu 18.04
This commit is contained in:
parent
8da2464831
commit
1af74e50ad
@ -66,6 +66,7 @@ for:
|
|||||||
- ./configure
|
- ./configure
|
||||||
build_script:
|
build_script:
|
||||||
- make package -C tmp
|
- make package -C tmp
|
||||||
|
- .ci/memory-leak-test.sh
|
||||||
after_build:
|
after_build:
|
||||||
- .ci/appveyor_afterbuild.sh
|
- .ci/appveyor_afterbuild.sh
|
||||||
on_failure:
|
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