mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +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
|
||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
||||
- ldd build/vpnserver
|
||||
- build/vpncmd /tool /cmd:check
|
||||
- .ci/memory-leak-test.sh
|
||||
- .ci/vpntools-check.sh
|
||||
|
||||
FreeBSD_task:
|
||||
freebsd_instance:
|
||||
@ -25,4 +26,5 @@ FreeBSD_task:
|
||||
- ./configure
|
||||
- make -j $(sysctl -n hw.ncpu || echo 4) -C tmp
|
||||
- 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