Files
flexnbd-c/.gitlab-ci.yml
2016-10-05 11:26:46 +01:00

9 lines
129 B
YAML

image: "ruby:2.1"
before_script:
- apt-get update; apt-get install -y check libev-dev
unit_test:
script:
- rake test:run