.gitlab-ci.yml
stages:
- all
nix-job:
tags:
- nix
- rootless-podman
- aarch64-linux
stage: all
script:
- nix --version
- export USER="$(whoami)"
- CLICOLOR_FORCE=1 ./demo-full.sh --auto --gcroots recreate
- ./demo-full.sh -l