Files
flexnbd-c/.gitlab-ci.yml
2016-10-05 12:07:24 +01:00

11 lines
178 B
YAML

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