1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

travis-ci: add "vpntest" memory checks

This commit is contained in:
Ilya Shipitsin 2018-10-29 23:21:08 +05:00
parent 3411625177
commit 5f7d9b8c11

View File

@ -59,7 +59,7 @@ matrix:
- ./configure
- make -C tmp
- otool -L build/vpnserver
- sudo make -C tmp install
- .ci/memory-leak-test.sh
cache:
directories:
@ -80,5 +80,5 @@ script:
- ./configure
- make -C tmp
- 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
- .ci/memory-leak-test.sh