Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABC8655e22f37e1: [CI] Allow to configure a post build script
Ran the builds locally, excepted IBD which I stopped before the end.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ci_post_build
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12673 Build 25444: Build Diff build-without-wallet · build-diff · build-clang-tidy · build-clang-10 Build 25443: arc lint + arc unit
Event Timeline
Comment Actions
This seems excessive for longer scripts like build-coverage and build-docs. Doesn't this remove linting for those bash scripts? The shorter ones like check-seeds seems reasonable to me.
contrib/teamcity/upload-coverage.sh | ||
---|---|---|
17 ↗ | (On Diff #23411) | Nit: Use the heredoc style so this is more readable and less noisy for future patch review: cat <<EOF Usage: $0 target ... EOF |