From cd95d8d3bb64de47554de523fee8e02b3139065b Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Sat, 6 Jun 2020 18:29:31 +0300 Subject: [PATCH] Azure CI: Disable Ninja on Mac due to errors (#809) --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80c06adeb0d2ba..8b476e881529c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -156,12 +156,12 @@ jobs: export CC=gcc export CXX=g++ # Disable errors with Ninja - export CXXFLAGS="-Wno-error=unused-command-line-argument" - export CFLAGS="-Wno-error=unused-command-line-argument" - cmake .. -GNinja -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DENABLE_TESTS=ON + #export CXXFLAGS="-Wno-error=unused-command-line-argument" + #export CFLAGS="-Wno-error=unused-command-line-argument" + cmake .. -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DENABLE_TESTS=ON workingDirectory: dldt-build displayName: 'CMake' - - script: ninja + - script: make -j3 workingDirectory: dldt-build displayName: 'Build Mac' - script: ls -alR ../bin/