Commit b00672b9 by Edward Thomson

ci: enable leak checking on osx

parent afecd15c
...@@ -76,6 +76,7 @@ phases: ...@@ -76,6 +76,7 @@ phases:
displayName: Test displayName: Test
env: env:
TMPDIR: $(Agent.TempDirectory) TMPDIR: $(Agent.TempDirectory)
LEAK_CHECK: leaks
- phase: windows_vs_amd64 - phase: windows_vs_amd64
displayName: 'Windows (Visual Studio; amd64)' displayName: 'Windows (Visual Studio; amd64)'
......
...@@ -4,3 +4,5 @@ set -x ...@@ -4,3 +4,5 @@ set -x
brew update brew update
brew install pkgconfig zlib curl openssl libssh2 brew install pkgconfig zlib curl openssl libssh2
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
...@@ -7,3 +7,5 @@ brew install zlib ...@@ -7,3 +7,5 @@ brew install zlib
brew install curl brew install curl
brew install openssl brew install openssl
brew install libssh2 brew install libssh2
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment