From 7c25ad1f9b9da6b06aeda489f92b8755a8148697 Mon Sep 17 00:00:00 2001 From: Silvio Kunaschk Date: Mon, 6 May 2019 00:02:27 +0200 Subject: [PATCH] removed Ninja generator from MacOS CI job --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f408fbd7..c408925b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,7 +59,7 @@ jobs: pushd . mkdir build && cd build conan install .. -s build_type=Debug - cmake .. -G Ninja + cmake .. make -j displayName: build VCVRack - job: Windows2016