Skip to content
Snippets Groups Projects
Commit ac44534a authored by stuebinm's avatar stuebinm
Browse files

gitlab pipeline: more reasonable artefact

parent a0b1472a
No related branches found
No related tags found
No related merge requests found
Pipeline #8443 failed
image: haskell image: haskell:8.10.7
stages: stages:
- build - build
...@@ -7,6 +7,9 @@ build-job: ...@@ -7,6 +7,9 @@ build-job:
stage: build stage: build
script: script:
- stack build --install-ghc - stack build --install-ghc
- mkdir dist
- cp .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint dist
- cp config.json dist
artifacts: artifacts:
paths: paths:
- .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint - dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment