mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-18 05:52:32 -06:00
add CI
This commit is contained in:
parent
9388741ab4
commit
779a8319f0
2 changed files with 16 additions and 1 deletions
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
build-config:
|
||||
stage: test
|
||||
image: nixos/latest:latest
|
||||
script:
|
||||
- nix run nixpkgs#nh -- --help
|
Loading…
Add table
Add a link
Reference in a new issue