From 1bfc9235b43c32adafe041696b88551a36518d60 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Thu, 3 Sep 2015 22:55:36 +1000 Subject: [PATCH] Grab the CI file from master --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..e1e58e0f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +# This file is generated by GitLab CI +'': + script: [] + tags: + except: + - tags +Testsuites: + script: + - "./autogen.sh" + - "./configure" + - make + - make check + - make clean + tags: + except: + - tags