summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-10-08 19:33:27 +0200
committerEtienne Samson <samson.etienne@gmail.com>2018-10-19 19:10:01 +0200
commit6a67e42da7ee67cc55b5d3057d8e5a5d8eeddfcc (patch)
tree7f5036efa07bb94b6c4f248f11b1041cc702ecf8 /azure-pipelines.yml
parent814e7acbabc2e756f809057b7746e08839c44cde (diff)
downloadlibgit2-6a67e42da7ee67cc55b5d3057d8e5a5d8eeddfcc.tar.gz
ci: use Ninja on macOS
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 620601d24..a891de0b6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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)'