7 lines
127 B
YAML
7 lines
127 B
YAML
build:ci:
|
|
stage: build
|
|
tags:
|
|
- nix
|
|
script:
|
|
- nix shell '.#bench6' 'jungle#bigotes' --command sh -c "test/run.sh"
|