bench6/.gitlab-ci.yml

9 lines
134 B
YAML
Raw Normal View History

2024-04-25 17:38:24 +02:00
build:ci:
stage: build
tags:
- nix
script:
2024-04-26 13:10:14 +02:00
- test/ci.sh
2024-04-25 17:58:14 +02:00
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'