bitcoindevkit / bitcoindevkit/bdk-cli
Consider a build matrix with Windows
- Dominant language
- Rust
- Stars
- 141
- Forks
- 99
- Avg merge
- 6d 14m
- Merged PRs (30d)
- 1
Description
**Describe the bug**
Users in Discord in the past have reported issues with building the CLI while following along with the tutorial. We should be able to catch these bugs in the CI by building for a Windows machine as well as the usual Ubuntu. See [`ldk-node`](https://github.com/lightningdevkit/ldk-node/blob/main/.github/workflows/rust.yml) for an example build matrix.
**Build environment**
- BDK-CLI tag/commit: master
- OS+version: windows 10
- Rust/Cargo version: stable
Contributor guide
Research direction
Start by inspecting the repository's existing GitHub Actions workflow and compare it with the linked ldk-node .github/workflows/rust.yml example. Add a Windows build alongside Ubuntu in the CI matrix, then verify that the workflow runs successfully for both platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- ci-cd, cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100