Commit 2c078da
ci, build: replace CI workflows with thin wrappers
Splits the repository so C++ source stays on master and CI scripts,
docs, and examples move to the support branch. Master's CI workflows
become thin wrappers that delegate to the reusable workflows on the
support branch.
GitHub Actions changes:
- ci.yml, bitcoin-core-ci.yml: replaced with thin wrappers that call
the corresponding reusable workflows on the support branch.
CMakeLists.txt:
- Remove add_subdirectory(example): example/ moves to the support
branch and is built from support's own CMakeLists.txt.
README.md:
- Update documentation links to point to the support branch.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ae91362 commit 2c078da
4 files changed
Lines changed: 29 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
270 | 268 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
0 commit comments