mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add CI
This commit is contained in:
parent
b6c392d91a
commit
9ca8cbb24c
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