added gitlab ci
This commit is contained in:
parent
aaeac0cb63
commit
8a8ede9fcc
1 changed files with 14 additions and 0 deletions
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
image: nixos/nix
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- nix build --experimental-features 'nix-command flakes'
|
||||||
|
- rm -r result
|
||||||
|
cache:
|
||||||
|
paths: "/nix/store"
|
||||||
|
artifacts:
|
||||||
|
untracked: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue