Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if you could use parameters inside the directory option? #34

Open
MartinHelmut opened this issue May 22, 2021 · 0 comments
Open

What if you could use parameters inside the directory option? #34

MartinHelmut opened this issue May 22, 2021 · 0 comments
Labels
enhancement Improve on an existing feature. feature Something new.
Milestone

Comments

@MartinHelmut
Copy link
Member

MartinHelmut commented May 22, 2021

Description

Given the following test script:

[commands.test]
script = "cd build/%{target}/src/tests && ctest && ../../../.."

Allowing parameters inside the dir option could enable this change:

[commands.test]
dir = "build/%{target}/src/tests"
script = "ctest"

Open questions

  • Is this wanted / Should this work?
  • What are the implications for other command options?
@MartinHelmut MartinHelmut added feature Something new. enhancement Improve on an existing feature. labels May 22, 2021
@MartinHelmut MartinHelmut added this to the Future milestone May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve on an existing feature. feature Something new.
Projects
None yet
Development

No branches or pull requests

1 participant