lnd.xprv/scripts/check-commit.sh
Conner Fromknecht dce4d2abcd
build: check compilation of each commit
Inspired by Rust Lightning's GH action :)
2020-12-08 16:19:26 -08:00

6 lines
93 B
Bash
Executable File

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