Verify the checked-in build

Extend bios.sh to ensure that the there are no changes in
the build-time git repo after `tools/build` has been run.
This ensures that the checked-in .go and .sh sources match
the check-in public/ files.
This commit is contained in:
Mark McGranaghan 2018-02-01 17:14:49 -05:00
parent 791db5d8c4
commit 8753360214

View File

@ -15,3 +15,5 @@ PKGS=$(go list $PKG/... | grep -v examples/panic)
run -s "Vetting" go vet -x $PKGS
run -s "Building" tools/build
run -s "Verifying" git diff --exit-code