From a318793bb890adb69cb5f6f341c0a47c2bd1bba7 Mon Sep 17 00:00:00 2001 From: Lephe Date: Fri, 23 Dec 2016 22:32:04 +0100 Subject: [PATCH] Added a continuous integration file. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f2d6a20 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +# I know there actually are a lot of dependencies but building them is already +# long enough, and I'll be managing the runner for now. So let's KISS. + +build_all: + script: + - ./configure + - make