This commit adds a script build.sh which is expected to run the
build on teamcity.
Details
Details
- Reviewers
deadalnix freetrader - Group Reviewers
Restricted Project - Commits
- rSTAGINGe2cc8080aa4a: Add build bash script and a python script for reporting status
rABCe2cc8080aa4a: Add build bash script and a python script for reporting status
run scripts locally
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/teamcity/build.sh | ||
---|---|---|
34 ↗ | (On Diff #2017) | I think you should make sure to build out of tree. You can also get a good value for j using THREADS=$(grep -c ^processor /proc/cpuinfo) |
contrib/teamcity/build.sh | ||
---|---|---|
37 ↗ | (On Diff #2017) | Can you be more specific? The trap report EXIT should get called on any error. I'm not capturing any build specific output though for compiler errors at this point. |
contrib/teamcity/teamcitybot.py | ||
114 ↗ | (On Diff #2017) | None at the moment, but we discussed out of band. |
contrib/teamcity/teamcitybot.py | ||
---|---|---|
25 ↗ | (On Diff #2023) | This assume the file is at a certain place and will break if it is moved. It is also unclear what that place is because now it is 2 subfolder in, but there is only one set of ... Isn't there a way to get the root of the git repo and then get it from there ? |
contrib/teamcity/teamcitybot.py | ||
---|---|---|
25 ↗ | (On Diff #2023) | Alright. |