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

[Feature Request] Create artifact files in a separate build directory #467

Open
zapta opened this issue Nov 18, 2024 · 0 comments
Open

[Feature Request] Create artifact files in a separate build directory #467

zapta opened this issue Nov 18, 2024 · 0 comments

Comments

@zapta
Copy link
Collaborator

zapta commented Nov 18, 2024

Currently artifact files that commands such as apio build or apio test create are placed in the source directory which has
a few disadvantages, such as the difficulty to capture all of them with a .gitignore file and the general mixup between source and artifact files.

This request is for generating all of the artifact files in a subdirectory, e.g. '_build', similar to the platformio's .build file.

Scons has a feature called VariantDir() that may help achieving that but I haven't look into it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant