From cffcb00c5abfc5787130305200b50541ef0cbe95 Mon Sep 17 00:00:00 2001 From: Silvio Kunaschk Date: Mon, 6 May 2019 00:18:17 +0200 Subject: [PATCH] added build=missing to 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 4ce944a6..a635ab44 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,7 +59,7 @@ jobs: conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan pushd . mkdir build && cd build - conan install .. -s build_type=Debug + conan install .. -s build_type=Debug --build=missing cmake .. make -j displayName: build VCVRack