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

Merge branch 'gitlab-ci-4' into 'master'

Add GitLab CI config

See merge request opensource/PrivateStorageio!61
parents c5e130cd ac7f9f54
No related branches found
No related tags found
1 merge request!61Add GitLab CI config
Pipeline #293 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.
Finish editing this message first!
Please register or to comment