From 3bbec1879f828a073b612e9f87b85458da168552 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 14 Nov 2021 16:26:52 +0100 Subject: gitlab pipeline: guix → debian-based image + stack --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5491efb..447dec0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.stuebinm.eu/guix +image: haskell stages: - build @@ -6,7 +6,7 @@ stages: build-job: stage: build script: - - cp $(guix pack -m manifest.scm -f tarball -S /bin=bin --relocatable --verbosity=3) walint.tar + - stack build --install-ghc artifacts: paths: - - walint.tar + - .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint -- cgit v1.2.3