summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 16:06:31 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 13:55:32 +0000
commit0fbd1785c0507a403aafc19aa21ea8a14e034458 (patch)
treec08221a088c81b25237cbf14c30a2e1508de2839 /.gitlab-ci.yml
parent84ce89d5265b628ba7745d2296800da60fcc8538 (diff)
downloadlorries-0fbd1785c0507a403aafc19aa21ea8a14e034458.tar.gz
Add GitLab CI configuration to run validate-lorriesbwh/validate
Closes #1.
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
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