diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e0543f3a..1b92dd19 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,8 +82,13 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.6' + versionSpec: '3.7' - script: python3 -m pip install meson ninja + displayName: install meson + - script: mkdir tests/mesonTest/subprojects + displayName: generate test directories + - script: ln -s "$(pwd)" tests/mesonTest/subprojects/CLI11 + displayName: generate CLI11 symlink - script: meson build displayName: Run meson to generate build workingDirectory: tests/mesonTest diff --git a/tests/mesonTest/subprojects/CLI11 b/tests/mesonTest/subprojects/CLI11 deleted file mode 120000 index a8a4f8c2..00000000 --- a/tests/mesonTest/subprojects/CLI11 +++ /dev/null @@ -1 +0,0 @@ -../../.. \ No newline at end of file