Skip to content

Commit ba5ca8c

Browse files
phlptphenryiii
andauthored
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 <[email protected]> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 291af01 commit ba5ca8c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,13 @@ jobs:
8282
steps:
8383
- task: UsePythonVersion@0
8484
inputs:
85-
versionSpec: '3.6'
85+
versionSpec: '3.7'
8686
- 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
8792
- script: meson build
8893
displayName: Run meson to generate build
8994
workingDirectory: tests/mesonTest

tests/mesonTest/subprojects/CLI11

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)