From a1983091fbbc1725a95060c6743559abc74c62fd Mon Sep 17 00:00:00 2001 From: Philip Top Date: Thu, 27 Jan 2022 17:07:27 -0800 Subject: [PATCH] remove the generated symlink --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a0839e10..6b681449c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,8 +84,11 @@ jobs: inputs: 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 @@ -93,6 +96,8 @@ jobs: displayName: Build with Ninja - script: ./tests/mesonTest/build/main --help displayName: Run help + - script: rm -rf tests/mesonTest/subprojects + displayName: remove symlinks - job: Docker variables: