CI
This commit is contained in:
1
tools/build-qt.sh
Normal file
1
tools/build-qt.sh
Normal file
@@ -0,0 +1 @@
|
||||
#!/usr/bin/env bash
|
||||
7
tools/format.sh
Executable file
7
tools/format.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cmake -B build && cmake --build build -- -j $(nproc --ignore=1)
|
||||
clang-tidy -p build/ --fix --config-file=.clang-tidy \
|
||||
src/**/*.cpp src/**/*.h example-app/*.cpp example-app/*.h
|
||||
clang-format -i --style=file:.clang-format \
|
||||
src/**/*.cpp src/**/*.h example-app/*.cpp example-app/*.h
|
||||
Reference in New Issue
Block a user