mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
make: Add target to check generated/derived files were checked in
A new target `check-gen-updated` to verify that all derived/generated files that were modified were also checked in. This is used on CI to check, and is not added to `check` since it'll complain on dirty trees, i.e., before the devs check in their changes. Suggested-by: Rusty Russell <@rustyrussell>
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -16,9 +16,9 @@ jobs:
|
||||
include:
|
||||
# CFG us just an enumeration so we can refer to the configurations more easily
|
||||
- {CFG: 1, TEST_CMD: "make", NO_PYTHON: 1}
|
||||
- {CFG: 2, TEST_CMD: "make check-source check-units installcheck", COPTFLAGS: "-O3"}
|
||||
- {CFG: 2, TEST_CMD: "make check-source check-units installcheck check-gen-updated", COPTFLAGS: "-O3"}
|
||||
- {CFG: 3, ARCH: 32, TEST_CMD: "make check-source check-units installcheck", DEVELOPER: 0}
|
||||
- {CFG: 4, TEST_CMD: "make check-source check-units installcheck", EXPERIMENTAL_FEATURES: 1}
|
||||
- {CFG: 4, TEST_CMD: "make check-source check-units installcheck check-gen-updated", EXPERIMENTAL_FEATURES: 1}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
||||
Reference in New Issue
Block a user