Skip to content

Commit a198309

Browse files
committed
remove the generated symlink
1 parent 4a7f66b commit a198309

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,20 @@ jobs:
8484
inputs:
8585
versionSpec: '3.7'
8686
- script: python3 -m pip install meson ninja
87+
displayName: install meson
8788
- script: mkdir tests/mesonTest/subprojects
89+
displayName: generate test directories
8890
- script: ln -s "$(pwd)" tests/mesonTest/subprojects/CLI11
91+
displayName: generate CLI11 symlink
8992
- script: meson build
9093
displayName: Run meson to generate build
9194
workingDirectory: tests/mesonTest
9295
- script: ninja -C tests/mesonTest/build
9396
displayName: Build with Ninja
9497
- script: ./tests/mesonTest/build/main --help
9598
displayName: Run help
99+
- script: rm -rf tests/mesonTest/subprojects
100+
displayName: remove symlinks
96101

97102
- job: Docker
98103
variables:

0 commit comments

Comments
 (0)