aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d063ba9ef53..0f6ef6f0ac2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,6 +14,11 @@ jobs:
command: |
/scripts/checkout.sh
- run:
+ name: Codestyle checks
+ command: |
+ chmod +x contrib/check_codestyle.sh
+ ./contrib/check_codestyle.sh
+ - run:
name: Setup
command: |
mkdir bin