bench6/.gitlab-ci.yml
2024-04-26 13:05:48 +02:00

7 lines
127 B
YAML

build:ci:
stage: build
tags:
- nix
script:
- nix shell '.#bench6' 'jungle#bigotes' --command sh -c "test/run.sh"