File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,20 @@ jobs:
84
84
inputs :
85
85
versionSpec : ' 3.7'
86
86
- script : python3 -m pip install meson ninja
87
+ displayName : install meson
87
88
- script : mkdir tests/mesonTest/subprojects
89
+ displayName : generate test directories
88
90
- script : ln -s "$(pwd)" tests/mesonTest/subprojects/CLI11
91
+ displayName : generate CLI11 symlink
89
92
- script : meson build
90
93
displayName : Run meson to generate build
91
94
workingDirectory : tests/mesonTest
92
95
- script : ninja -C tests/mesonTest/build
93
96
displayName : Build with Ninja
94
97
- script : ./tests/mesonTest/build/main --help
95
98
displayName : Run help
99
+ - script : rm -rf tests/mesonTest/subprojects
100
+ displayName : remove symlinks
96
101
97
102
- job : Docker
98
103
variables :
You can’t perform that action at this time.
0 commit comments