mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-22 15:04:19 +01: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