Adding dev-scripts (Without much content) .. this can later help setting up the projects on other pc's.
This commit is contained in:
parent
c90e90bd84
commit
15443601a6
3
scripts/dev-setup/install.sh
Normal file
3
scripts/dev-setup/install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cmake -DLLVM_ENABLE_PROJECTS="clang-tools-extra" -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../llvm
|
5
scripts/hooks/pre-commit.hook.sh
Normal file
5
scripts/hooks/pre-commit.hook.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Run clang-tidy
|
||||
|
Loading…
Reference in New Issue
Block a user