Skip to content
Snippets Groups Projects
Commit c5ae654b authored by Florian Sesser's avatar Florian Sesser
Browse files

Add GitLab CI config

Not doing artifacts as of now since they are weird in GitLab CI and screw up NixOs building
parent c5e130cd
No related branches found
No related tags found
1 merge request!61Add GitLab CI config
Pipeline #290 passed
docs:
stage: build
script:
- nix-shell --run 'nix-build docs.nix'
unit-tests:
stage: test
script:
- nix-shell --run 'nix-build nixos/unit-tests.nix' && cat result
system-tests:
stage: test
timeout: 3 hours
script:
- nix-shell --run 'nix-build nixos/system-tests.nix'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment