mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
more CI testing
This commit is contained in:
parent
2381f6b08b
commit
fb45c63c1e
@ -37,9 +37,6 @@ def _find_files(scan_dir: str) -> Tuple[List[str], List[str]]:
|
|||||||
exts = ['.c', '.cc', '.cpp', '.cxx', '.m', '.mm']
|
exts = ['.c', '.cc', '.cpp', '.cxx', '.m', '.mm']
|
||||||
header_exts = ['.h']
|
header_exts = ['.h']
|
||||||
|
|
||||||
foof: int = 'barf'
|
|
||||||
print(foof)
|
|
||||||
|
|
||||||
# Gather all sources and headers.
|
# Gather all sources and headers.
|
||||||
for root, _dirs, files in os.walk(scan_dir):
|
for root, _dirs, files in os.walk(scan_dir):
|
||||||
for ftst in files:
|
for ftst in files:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user