mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
build: check compilation of each commit
Inspired by Rust Lightning's GH action :)
This commit is contained in:
5
scripts/check-commit.sh
Executable file
5
scripts/check-commit.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
echo Testing $(git log -1 --oneline)
|
||||
make unit pkg=... case=_NONE_
|
Reference in New Issue
Block a user