From 6aa32cbbcf6c09176d8f27d524ce4efbba7c87a1 Mon Sep 17 00:00:00 2001 From: Erick Hitter <gitlab-s@mxs.ethitter.com> Date: Mon, 27 May 2019 23:20:08 +0000 Subject: [PATCH] Placeholder CI config --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c4d7857 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +# TODO: replace with container that provides all build deps. +image: containers.ethitter.com:443/docker/images/debian:stretch + +before_script: + - apt-get update + - apt-get install devscripts build-essential lintian + +package: + stage: build + script: + - echo "Call debuild here" -- GitLab