diff options
author | Etienne Samson <samson.etienne@gmail.com> | 2018-10-08 19:33:27 +0200 |
---|---|---|
committer | Etienne Samson <samson.etienne@gmail.com> | 2018-10-19 19:10:01 +0200 |
commit | 6a67e42da7ee67cc55b5d3057d8e5a5d8eeddfcc (patch) | |
tree | 7f5036efa07bb94b6c4f248f11b1041cc702ecf8 /azure-pipelines.yml | |
parent | 814e7acbabc2e756f809057b7746e08839c44cde (diff) | |
download | libgit2-6a67e42da7ee67cc55b5d3057d8e5a5d8eeddfcc.tar.gz |
ci: use Ninja on macOS
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
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)' |