Add GitLab build step
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- check
|
- check
|
||||||
|
- build
|
||||||
|
|
||||||
check:
|
check:
|
||||||
stage: check
|
stage: check
|
||||||
@@ -7,3 +8,10 @@ check:
|
|||||||
- nix
|
- nix
|
||||||
script:
|
script:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
tags:
|
||||||
|
- nix
|
||||||
|
script:
|
||||||
|
- nom build
|
||||||
|
|||||||
Reference in New Issue
Block a user