We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814e7ac commit 6a67e42Copy full SHA for 6a67e42
azure-pipelines.yml
@@ -69,6 +69,7 @@ jobs:
69
TMPDIR: $(Agent.TempDirectory)
70
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig
71
LEAK_CHECK: leaks
72
+ CMAKE_OPTIONS: -G Ninja
73
74
- job: windows_vs_amd64
75
displayName: 'Windows (Visual Studio; amd64)'
ci/setup-osx.sh
@@ -3,6 +3,6 @@
3
set -x
4
5
brew update
6
-brew install pkgconfig zlib curl openssl libssh2
+brew install pkgconfig zlib curl openssl libssh2 ninja
7
8
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
0 commit comments