Skip to content
Snippets Groups Projects
.gitlab-ci.yml 135 B
build:
  stage: build
  image: nixpkgs/nix-flakes
  script: nix build --log-format bar-with-logs
  tags:
    - docker
    - kubernetes