• Miek Gieben's avatar
    Presubmit (#1719) · c9b5cedb
    Miek Gieben authored
    * build: add presubmits
    
    We didn't have a way to encode presubmit; with this hack we can just
    run a bunch of script on the build; this allows us to automatically
    capture things like using the wrong context and maybe other fluff.
    
    This allows us to cut down on code reviews and just have the build fail.
    
    * hook it up
    
    * put presubmit in checks; so we do it for tests as well
    
    * Add explicit exit 1 if things fails
    c9b5cedb
Makefile 3.5 KB