Commit ba5ca8c4fc0e0024637a3d94925aef60ae215776
Committed by
GitHub
1 parent
291af01f
remove the symbolic link in the meson test (#697)
* remove the symbolic link in the meson test * update python version in meson test * remove directory from git and add directory creation into azure scripts * remove the generated symlink * Update azure-pipelines.yml Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Showing
2 changed files
with
6 additions
and
2 deletions
azure-pipelines.yml
| ... | ... | @@ -82,8 +82,13 @@ jobs: |
| 82 | 82 | steps: |
| 83 | 83 | - task: UsePythonVersion@0 |
| 84 | 84 | inputs: |
| 85 | - versionSpec: '3.6' | |
| 85 | + versionSpec: '3.7' | |
| 86 | 86 | - script: python3 -m pip install meson ninja |
| 87 | + displayName: install meson | |
| 88 | + - script: mkdir tests/mesonTest/subprojects | |
| 89 | + displayName: generate test directories | |
| 90 | + - script: ln -s "$(pwd)" tests/mesonTest/subprojects/CLI11 | |
| 91 | + displayName: generate CLI11 symlink | |
| 87 | 92 | - script: meson build |
| 88 | 93 | displayName: Run meson to generate build |
| 89 | 94 | workingDirectory: tests/mesonTest | ... | ... |
tests/mesonTest/subprojects/CLI11 deleted