From a4c9f7aea6d428f9c949d2333d3ad6b6d03d8ce9 Mon Sep 17 00:00:00 2001 From: milek7 Date: Sun, 29 Mar 2020 22:27:04 +0200 Subject: [PATCH] disable zeromq on azure ubuntu for now --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c41f76b2..4a67b3d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ jobs: - script: | mkdir build cd build - cmake .. -DCMAKE_BUILD_TYPE=Release + cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_ZMQ=OFF cmake --build . displayName: 'Build' - task: PublishBuildArtifacts@1