mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
attempt to dynamically build headers ignore list in ncc
This commit is contained in:
parent
b57d640f25
commit
8f5725344d
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run ncc
|
- name: Run ncc
|
||||||
run: |
|
run: |
|
||||||
|
action_headers=$(find LEGO1/lego/legoomni/include -name '*.h' \
|
||||||
|
-print0 | xargs -0 echo)
|
||||||
|
|
||||||
python3 tools/ncc/ncc.py \
|
python3 tools/ncc/ncc.py \
|
||||||
--clang-lib ${{ env.LLVM_PATH }}/lib/libclang.so \
|
--clang-lib ${{ env.LLVM_PATH }}/lib/libclang.so \
|
||||||
--recurse \
|
--recurse \
|
||||||
@ -36,4 +39,5 @@ jobs:
|
|||||||
--exclude \
|
--exclude \
|
||||||
LEGO1/omni/include/flic.h \
|
LEGO1/omni/include/flic.h \
|
||||||
LEGO1/omni/src/video/flic.cpp \
|
LEGO1/omni/src/video/flic.cpp \
|
||||||
|
$action_headers \
|
||||||
--path LEGO1/omni LEGO1/lego/legoomni
|
--path LEGO1/omni LEGO1/lego/legoomni
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user