-
Notifications
You must be signed in to change notification settings - Fork 15
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
extract script from .travis.yml + generally improve readability #23
Conversation
- $HOME/.ccache | ||
- depends/built | ||
- depends/sdk-sources | ||
- $HOME/.ccache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
.travis/lint_06_script.sh
Outdated
@@ -0,0 +1,10 @@ | |||
|
|||
|
|||
./contrib/devtools/git-subtree-check.sh src/crypto/ctaes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity, is there a reason to start each *.sh
file with two blank lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kostyantyn errrm no not really. I wanted to insert the shebang and copyright headers there :-X
...let me quickly add these...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
dc81c96
to
270ce18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Essentially the same changes as I proposed on bitcoin-core (most of them are merged):
.travis/
subject to shellcheck bitcoin/bitcoin#13863