diff options
author | stuebinm | 2021-11-14 16:26:52 +0100 |
---|---|---|
committer | stuebinm | 2021-11-14 16:26:52 +0100 |
commit | 3bbec1879f828a073b612e9f87b85458da168552 (patch) | |
tree | 9ac604c41ab4f7d018c67d72817e9fa55d2541cb | |
parent | 3c67bd96024e042f377ca74f136a2e3754154a8c (diff) |
gitlab pipeline: guix → debian-based image + stack
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files 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 |