aboutsummaryrefslogtreecommitdiff
path: root/.travis_scripts/run-clang-format.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis_scripts/run-clang-format.sh')
-rwxr-xr-x.travis_scripts/run-clang-format.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis_scripts/run-clang-format.sh b/.travis_scripts/run-clang-format.sh
new file mode 100755
index 0000000..9197284
--- /dev/null
+++ b/.travis_scripts/run-clang-format.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
+python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/ \ No newline at end of file