summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 5491efbf8d995571d2c0a0ff14298e770823c571 (plain)
1
2
3
4
5
6
7
8
9
10
11
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