mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 21:53:51 +00:00
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>
This commit is contained in:
parent
291af01f28
commit
ba5ca8c4fc
@ -82,8 +82,13 @@ jobs:
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.6'
|
||||
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
|
||||
|
@ -1 +0,0 @@
|
||||
../../..
|
Loading…
x
Reference in New Issue
Block a user