From 1f159e8c51857307966b5825836add4b1f1c72cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 20:39:58 +0200 Subject: [PATCH] Use the build script for macos --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eda50cea..1b59e72c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,8 +33,7 @@ jobs: mv $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02 $(Build.SourcesDirectory)/compressed_archive/libp7zip displayName: 'Install dependencies' - script: | - qmake CONFIG+="7zip" - make + $(Build.SourcesDirectory)/compileOSX.sh displayName: 'Build' - job: Windows pool: