bench6/.gitlab-ci.yml

9 lines
134 B
YAML

build:ci:
stage: build
tags:
- nix
script:
- test/ci.sh
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'