1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #788: travis-ci: add "vpntest" memory checks

This commit is contained in:
Davide Beatrici 2018-10-29 20:33:42 +01:00 committed by GitHub
commit 919cb2ae75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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