mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
ci: use Ninja on macOS
This commit is contained in:
@@ -69,6 +69,7 @@ jobs:
|
||||
TMPDIR: $(Agent.TempDirectory)
|
||||
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
|
||||
LEAK_CHECK: leaks
|
||||
CMAKE_OPTIONS: -G Ninja
|
||||
|
||||
- job: windows_vs_amd64
|
||||
displayName: 'Windows (Visual Studio; amd64)'
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
set -x
|
||||
|
||||
brew update
|
||||
brew install pkgconfig zlib curl openssl libssh2
|
||||
brew install pkgconfig zlib curl openssl libssh2 ninja
|
||||
|
||||
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
|
||||
|
||||
Reference in New Issue
Block a user