aboutsummaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-04 21:12:41 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-31 21:56:38 +0100
commit8878ba2dcae671f405bdf06cc37cb6af593a8626 (patch)
tree5851a1137662414457df2b5a1f6beb9fc54047c5 /.circleci/config.yml
parent8d2509eee5ec8da326e1357ebf82dda29c926a44 (diff)
CI/Circle CI: Enforce codestyle checks
(cherry picked from commit 32c9f1c7a228db33110ab0ab5975ba37cba85106)
Diffstat (limited to '.circleci/config.yml')
-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