From 09ac7d3d0364b0f0a7fbbeebc880a3c421061a94 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 5 Oct 2021 21:28:31 +0200 Subject: add guix-based pipeline building a tarball the build artefacts should be relocatable and run on (almost?) every system that has a linux kernel underneath. --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..5491efb --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: registry.stuebinm.eu/guix + +stages: + - build + +build-job: + stage: build + script: + - cp $(guix pack -m manifest.scm -f tarball -S /bin=bin --relocatable --verbosity=3) walint.tar + artifacts: + paths: + - walint.tar -- cgit v1.2.3