mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
FreeBSD CI: perform memory leak test as well as Linux/Windows
and also move `vpncmd /tools /cmd:check` under .ci directory.
This commit is contained in:
parent
c38b0b0398
commit
1c07ddcb8d
5
.ci/vpntools-check.sh
Executable file
5
.ci/vpntools-check.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
./build/vpncmd /tools /cmd:check
|
@ -10,7 +10,8 @@ FreeBSD_task:
|
|||||||
- ./configure
|
- ./configure
|
||||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
||||||
- ldd build/vpnserver
|
- ldd build/vpnserver
|
||||||
- build/vpncmd /tool /cmd:check
|
- .ci/memory-leak-test.sh
|
||||||
|
- .ci/vpntools-check.sh
|
||||||
|
|
||||||
FreeBSD_task:
|
FreeBSD_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
@ -25,4 +26,5 @@ FreeBSD_task:
|
|||||||
- ./configure
|
- ./configure
|
||||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
||||||
- ldd build/vpnserver
|
- ldd build/vpnserver
|
||||||
- build/vpncmd /tool /cmd:check
|
- .ci/memory-leak-test.sh
|
||||||
|
- .ci/vpntools-check.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user