File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 imageName : ' libgit2/trusty-openssl:latest'
1717 environmentVariables : |
1818 CC=gcc
19+ CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
1920 LEAK_CHECK=valgrind
2021
2122 - job : linux_trusty_gcc_mbedtls
4142 imageName : ' libgit2/trusty-openssl:latest'
4243 environmentVariables : |
4344 CC=clang
45+ CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
4446 LEAK_CHECK=valgrind
4547
4648 - job : linux_trusty_clang_mbedtls
6971 TMPDIR : $(Agent.TempDirectory)
7072 PKG_CONFIG_PATH : /usr/local/opt/openssl/lib/pkgconfig
7173 LEAK_CHECK : leaks
74+ CMAKE_OPTIONS : -G Ninja
7275
7376- job : windows_vs_amd64
7477 displayName : ' Windows (Visual Studio; amd64)'
Original file line number Diff line number Diff line change 33set -x
44
55brew update
6- brew install pkgconfig zlib curl openssl libssh2
6+ brew install pkgconfig zlib curl openssl libssh2 ninja
77
88ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib
You can’t perform that action at this time.
0 commit comments