Add GitLab build step

This commit is contained in:
Greg Hellings
2024-11-15 09:47:13 -06:00
parent 24d5ff75ee
commit dc7ec67f2f
+8
View File
@@ -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