summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2021-03-26 15:54:42 +0100
committerJonas Ådahl <jadahl@gmail.com>2021-03-26 17:29:51 +0000
commit0cf92d7ad1014f5000cdbce812124ff9f7e23fc7 (patch)
tree701ac82309655d5fa71c2b08a6f169720671745b /.gitlab-ci.yml
parent1ad48a50a45b4a4dbc84d9e85ea49311bb864629 (diff)
downloadwayland-protocols-0cf92d7ad1014f5000cdbce812124ff9f7e23fc7.tar.gz
ci: Use ci-fairy to check for Signed-off-by
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 18 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45f7388..936e8f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,15 @@
+.templates_sha: &template_sha 290b79e0e78eab67a83766f4e9691be554fc4afd
include:
- project: 'freedesktop/ci-templates'
- ref: 59de540b620c45739871d1a073d76d5521989d11
+ ref: *template_sha
file: '/templates/debian.yml'
+ - project: 'freedesktop/ci-templates'
+ ref: *template_sha
+ file: '/templates/ci-fairy.yml'
stages:
+ - review
- containers-build
- test
@@ -15,6 +20,18 @@ stages:
FDO_DISTRIBUTION_PACKAGES: 'build-essential automake autoconf libtool pkg-config libwayland-dev meson'
FDO_DISTRIBUTION_TAG: '2021-03-24.0'
+check-commit:
+ extends:
+ - .fdo.ci-fairy
+ stage: review
+ script:
+ - ci-fairy check-commits --signed-off-by --junit-xml=results.xml
+ variables:
+ GIT_DEPTH: 100
+ artifacts:
+ reports:
+ junit: results.xml
+
container_build:
extends:
- .debian