bench6/.gitlab-ci.yml

7 lines
127 B
YAML
Raw Normal View History

2024-04-25 17:38:24 +02:00
build:ci:
stage: build
tags:
- nix
script:
- nix shell '.#bench6' 'jungle#bigotes' --command sh -c "test/run.sh"