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]: Add make built-in toolchain #24

Closed
1 task done
mengdaming opened this issue Jan 3, 2022 · 0 comments
Closed
1 task done

[Feature]: Add make built-in toolchain #24

mengdaming opened this issue Jan 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request toolchain Toolchain-related issue

Comments

@mengdaming
Copy link
Contributor

Contact Details

damien.menanteau@gmail.com

Feature Request

running make is by construction language-agnostic, as it depends on what is configured in the Makefiles provided with the project.
Thus having a make built-in toolchain should be quite convenient for adding new languages.

Feature Description

Add make built-in toolchain, with 2 targets:

  • make build
  • make test

This toolchain could be compatible with any language

Alternatives

N/A

Additional Context

N/A

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mengdaming mengdaming added the enhancement New feature or request label Jan 3, 2022
@mengdaming mengdaming self-assigned this Jan 3, 2022
mengdaming added a commit that referenced this issue Jan 19, 2022
Compatible with all languages, assuming the project has a Makefile at its root defining a build and a test targets
mengdaming added a commit that referenced this issue Jan 19, 2022
Compatible with all languages, assuming the project has a Makefile at its root defining a build and a test targets
@mengdaming mengdaming added the toolchain Toolchain-related issue label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request toolchain Toolchain-related issue
Development

No branches or pull requests

1 participant