mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
ci: enable leak checking on osx
This commit is contained in:
@@ -76,6 +76,7 @@ phases:
|
||||
displayName: Test
|
||||
env:
|
||||
TMPDIR: $(Agent.TempDirectory)
|
||||
LEAK_CHECK: leaks
|
||||
|
||||
- phase: windows_vs_amd64
|
||||
displayName: 'Windows (Visual Studio; amd64)'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user