From aeb830f28efb1c5d421c1de55a3da6750357458a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 26 Nov 2020 22:16:23 +0200 Subject: [PATCH] CI. --- .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..4043175 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +--- +build: + image: buildpack-deps:bullseye + before_script: + - apt-get update + - apt-get install -y meson golang systemd podman go-md2man bash-completion shellcheck cmake + - git clone https://github.com/containers/toolbox.git + - cd toolbox + script: + - meson -Dprofile_dir=/etc/profile.d builddir + - ninja -C builddir + artifacts: + paths: + - toolbox/builddir/src/toolbox -- GitLab