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

feat: using cargo xtask for build & testing #401

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

ianchen-tw
Copy link
Contributor

@ianchen-tw ianchen-tw commented May 31, 2023

Ref: #399

This PR wraps cmake and other build systems within cargo xtask to simplify the build and test processes.
We only expose build options that developer would care while developing.

Notes:

  1. cargo xtask --help will show available subcommands
  2. cargo xtask build --help will show available build options
  3. cargo xtask test --help will show available test options

@ianchen-tw ianchen-tw requested a review from kanru July 16, 2023 07:28
@ianchen-tw ianchen-tw changed the title [WIP] feat: using cargo xtask for build & testing feat: using cargo xtask for build & testing Jul 16, 2023
Copy link
Member

@kanru kanru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@kanru kanru added this pull request to the merge queue Jul 16, 2023
Merged via the queue into chewing:master with commit b70e8b2 Jul 16, 2023
@ianchen-tw ianchen-tw deleted the feat/cargo-xtask-build branch July 31, 2023 09:24
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

Successfully merging this pull request may close these issues.

2 participants