Skip to content

Commit

Permalink
travis-ci: add "vpntest" memory checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Oct 29, 2018
1 parent 3411625 commit 5f7d9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 5f7d9b8

Please sign in to comment.