From 7547d77398fca699758072de273af27ca11199c6 Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Mon, 8 Oct 2018 18:27:22 +0000 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..756f86f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: "eugenmayer/make" + +stages: + - package + +package: + stage: package + script: + - make + artifacts: + paths: + - pkg/*.zip + tags: + - docker -- GitLab