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: