From 7df65c6b6d567ca46fb9422bd638cba1ab252c4c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 30 Oct 2019 09:54:32 +1000 Subject: gitlab CI: add a few comments to make this file easier to understand Few people work on gitlab CI often enough to have all this paged in, let's add some comments to make it more obvious. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b016a4c..03b5139 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,14 @@ # vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +# global variables to be used by most/all jobs. variables: + # minimal set of packages required to build xkeyboard-config. extra packages + # will be installed in the tests where required. ARCH_PKGS: 'xorg-util-macros autoconf automake make gettext pkg-config gcc grep m4 python' BUILDDIR: '_build' + # installation directory must be inside $CI_PROJECT_DIR to allow for artifact caching INSTDIR: '$CI_PROJECT_DIR/_inst' + # Override these in the jobs to pass commands to configure/make CONFIGURE_ARGS: '' MAKE_EXTRA_ARG: '' -- cgit v1.2.1