From 0fbd1785c0507a403aafc19aa21ea8a14e034458 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 16:06:31 +0100 Subject: Add GitLab CI configuration to run validate-lorries Closes #1. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6bb0e3d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: debian:buster + +before_script: +- apt-get update -y +- apt-get install -y python3 python3-yaml + +run-validate: + script: + - scripts/validate-lorries -- cgit v1.2.1