gitlab-ci: init config
This commit is contained in:
parent
f46f1b7d85
commit
f7335f8afc
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
- nix
|
||||
script:
|
||||
# Test the nix-shell
|
||||
- nix-shell --run "echo OK"
|
Loading…
Add table
Add a link
Reference in a new issue