summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-04-07 19:55:56 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-04-07 20:05:19 +0000
commitb417aeb7cbcd1f7abcb8fb1e338665c8dfc92f72 (patch)
treebcaf55c852ac526d305333e3bcfe392293c6755d /.gitlab-ci.yml
parent1b055aaef346424831851f5357cf395b523fd5ba (diff)
gitlab-ci: add scripts/checkpatch.pl
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04c6520ed9da..0577c129b1fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,17 @@ variables:
DOCKER_TLS_CERTDIR: ""
stages:
+ - check-patch
- build-kernel
+check_patch:
+ stage: check-patch
+ image: gitlab.int.toradex.com:4567/rd/linux-bsp/ci-toolchain-container:linux-toradex_aarch32_arm_builder-bb6f84e
+ script: .gitlab-ci.d/check-patch.py
+ variables:
+ GIT_DEPTH: 1000
+ allow_failure: true
+
32-bit-kernel:
stage: build-kernel
image: gitlab.int.toradex.com:4567/rd/linux-bsp/ci-toolchain-container:linux-toradex_aarch32_arm_builder-bb6f84e