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