Skip to content

Commit

Permalink
remove the generated symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Jan 28, 2022
1 parent 4a7f66b commit a198309
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -84,15 +84,20 @@ 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
- script: ninja -C tests/mesonTest/build
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:
Expand Down

0 comments on commit a198309

Please sign in to comment.