10 lines
126 B
YAML
10 lines
126 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
tags:
|
|
- nix
|
|
script:
|
|
# Test the nix-shell
|
|
- nix-shell --run "echo OK"
|