mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
travis-ci: add "vpntest" memory checks
This commit is contained in:
parent
3411625177
commit
5f7d9b8c11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user