From 31ae2e53e947470f32525999df1e0bdf086e0e13 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum <lucas.nussbaum@loria.fr> Date: Wed, 3 Oct 2018 08:15:16 +0200 Subject: [PATCH] add .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000000..bdbec858f0c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +generate-reference-api: + tags: + - docker + image: debian:stretch + script: + - apt-get update && apt-get -y install ruby rake ruby-hashdiff git + - gem install hash_validator + - rake reference-api + - git status # TODO complain if we have uncommitted changes? + - git diff -- GitLab