Skip to content

Commit 2ad07ad

Browse files
authored
Merge pull request libgit2#4841 from tiennou/ci/ninja-build
Ninja build
2 parents 0fccf01 + f77e6cc commit 2ad07ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
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
@@ -41,6 +42,7 @@ jobs:
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
@@ -69,6 +71,7 @@ jobs:
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)'

ci/setup-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -x
44

55
brew update
6-
brew install pkgconfig zlib curl openssl libssh2
6+
brew install pkgconfig zlib curl openssl libssh2 ninja
77

88
ln -s /Applications/Xcode.app/Contents/Developer/usr/lib/libLeaksAtExit.dylib /usr/local/lib

0 commit comments

Comments
 (0)