projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38314d0
)
travis.yml: run buildman with option -E
author
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Fri, 26 Jan 2018 15:31:07 +0000
(16:31 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Feb 2018 03:55:34 +0000
(22:55 -0500)
This forces all compiler warnings to be treated as errors.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1e55e1b7f115b0794c4d610f42cdaf344a0eaa70..59d1dd99e8fb2cd4cde7c523244ac8e27d12e696 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-102,7
+102,7
@@
script:
# Exit code 129 means warnings only.
- if [[ "${BUILDMAN}" != "" ]]; then
ret=0;
- tools/buildman/buildman -P ${BUILDMAN} || ret=$?;
+ tools/buildman/buildman -P
-E
${BUILDMAN} || ret=$?;
if [[ $ret -ne 0 && $ret -ne 129 ]]; then
tools/buildman/buildman -sdeP ${BUILDMAN};
exit $ret;