ci: run lints and test compile on arch
This commit is contained in:
parent
9b409c0e38
commit
e957e88ccb
8 changed files with 86 additions and 28 deletions
2
Justfile
2
Justfile
|
@ -4,7 +4,7 @@ fmt:
|
|||
find src -type f \( -name "*.cpp" -o -name "*.hpp" \) -print0 | xargs -0 clang-format -i
|
||||
|
||||
lint:
|
||||
find src -type f -name "*.cpp" -print0 | parallel -q0 --eta clang-tidy --load={{ env_var("TIDYFOX") }}
|
||||
find src -type f -name "*.cpp" -print0 | parallel -q0 --bar clang-tidy --use-color --load={{ env_var("TIDYFOX") }}
|
||||
|
||||
configure target='debug' *FLAGS='':
|
||||
cmake -GNinja -B {{builddir}} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue