This commit is contained in:
parent
a25b0a1ded
commit
8892154b28
70 changed files with 2780 additions and 596 deletions
|
|
@ -63,6 +63,13 @@ jobs:
|
|||
- name: Bootstrap (build.sh)
|
||||
run: ./build.sh
|
||||
|
||||
# Full style gate: Report() findings (naming, enum-class, char*, …) AND
|
||||
# would-reformat findings from the transform rules. A dirty tree means
|
||||
# someone skipped `crafter-build format` — fail fast, before the
|
||||
# (much slower) test suite.
|
||||
- name: Lint
|
||||
run: CRAFTER_BUILD_HOME=$PWD/share/crafter-build ./bin/crafter-build lint
|
||||
|
||||
- name: Run tests
|
||||
run: CRAFTER_BUILD_HOME=$PWD/share/crafter-build ./bin/crafter-build test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue