Skip to content

Commit

Permalink
ci: enable leak checking on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Jul 26, 2018
1 parent afecd15 commit b00672b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ phases:
displayName: Test
env:
TMPDIR: $(Agent.TempDirectory)
LEAK_CHECK: leaks

- phase: windows_vs_amd64
displayName: 'Windows (Visual Studio; amd64)'
Expand Down
2 changes: 2 additions & 0 deletions ci/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ set -x

brew update
brew install pkgconfig zlib curl openssl libssh2

ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
2 changes: 2 additions & 0 deletions script/install-deps-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ brew install zlib
brew install curl
brew install openssl
brew install libssh2

ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib

0 comments on commit b00672b

Please sign in to comment.