aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-08-31 13:20:46 -0700
committerGitHub <noreply@github.com>2020-08-31 13:20:46 -0700
commitf5a44b0d149001541dc92a7c6b128aaa2090468c (patch)
tree83f5a280a13f43d1e2466264697fddd86fb90f66 /.travis.yml
parent91dc0c0c8eaf2579798bbe9c2d121fd042527df8 (diff)
downloadriscv-openocd-f5a44b0d149001541dc92a7c6b128aaa2090468c.zip
riscv-openocd-f5a44b0d149001541dc92a7c6b128aaa2090468c.tar.gz
riscv-openocd-f5a44b0d149001541dc92a7c6b128aaa2090468c.tar.bz2
Make checkpatch require Signed-off-by (#516)
* Make checkpatch require Signed-off-by This will make it easier to send changes contributed here to mainline OpenOCD. (Intentionally not including the required line here to make sure I can't just merge this.) Change-Id: I089084d38f3e08859d62cf7eface405f37af4799 * Whitespace fix. This PR isn't building on travis. Maybe because I only changed .travis.yml. Here's a source change to force a build (hopefully). Change-Id: I8a828fe1d56a1960bc4bfb91d3d2f3a0790ad571 * Can't check for signoff on sources alone. Change-Id: I741a299b64bf14857a4e1807b254a7d270b2e466 Signed-off-by: Tim Newsome <tim@sifive.com> * Actual whitespace fixes. Why didn't this fail to build before? Change-Id: I339c03c4ef96546dbef5f16e635921a4fdaf9b35 Signed-off-by: Tim Newsome <tim@sifive.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7191445..78bdc8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,8 @@ matrix:
- binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 patchutils
script:
+ # This is here for the signoff check.
+ - ./tools/checkpatch.sh
# Ideally we'd diff back to where we either branched off OpenOCD or master,
# or riscv. But that's tricky, and the default git clone only gets the last
# 50 changes any case. Most merges won't consist of more than 40 changes,