mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
travis-ci: add "vpntest" memory checks
This commit is contained in:
parent
3411625177
commit
5f7d9b8c11
@ -59,7 +59,7 @@ matrix:
|
|||||||
- ./configure
|
- ./configure
|
||||||
- make -C tmp
|
- make -C tmp
|
||||||
- otool -L build/vpnserver
|
- otool -L build/vpnserver
|
||||||
- sudo make -C tmp install
|
- .ci/memory-leak-test.sh
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@ -80,5 +80,5 @@ script:
|
|||||||
- ./configure
|
- ./configure
|
||||||
- make -C tmp
|
- make -C tmp
|
||||||
- ldd build/vpnserver
|
- ldd build/vpnserver
|
||||||
- sudo LD_LIBRARY_PATH="${HOME}/opt/lib:${LD_LIBRARY_PATH:-}" make -C tmp install
|
|
||||||
- if [ "${BUILD_DEB}" = "1" ]; then make package -C tmp; fi
|
- if [ "${BUILD_DEB}" = "1" ]; then make package -C tmp; fi
|
||||||
|
- .ci/memory-leak-test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user