build: check compilation of each commit

Inspired by Rust Lightning's GH action :)
This commit is contained in:
Conner Fromknecht
2020-12-08 13:36:48 -08:00
parent 592a0c5699
commit dce4d2abcd
3 changed files with 35 additions and 5 deletions

5
scripts/check-commit.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
set -x
echo Testing $(git log -1 --oneline)
make unit pkg=... case=_NONE_