Skip to content
Snippets Groups Projects
Commit c7d313eb authored by Jens Nolte's avatar Jens Nolte
Browse files

Add GitLab CI configuration

parent b3817fd4
No related branches found
No related tags found
No related merge requests found
build:
stage: build
image: nixos/nix
before_script:
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- nix-env -iA nixpkgs.nixUnstable
- nix-env -iA nixpkgs.git
script: nix --experimental-features "nix-command flakes" build --log-format bar-with-logs
tags:
- docker
- kubernetes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment