From bc0d471ca3144f5dffaa2c6c1935caeb52116ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Aug 2019 21:05:09 +0200 Subject: [PATCH] Invoke compile script in macos from the right folder --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31cc92c0..05a16b06 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,8 @@ jobs: mv $(Build.SourcesDirectory)/compressed_archive/p7zip_16.02 $(Build.SourcesDirectory)/compressed_archive/libp7zip displayName: 'Install dependencies' - script: | - $(Build.SourcesDirectory)/compileOSX.sh + cd $(Build.SourcesDirectory) + ./compileOSX.sh displayName: 'Build' - job: Windows pool: