Merge branch '24-tests-in-gitlab' of gitlab.bytemark.co.uk:open-source/flexnbd-c into 25-retire-rake

This commit is contained in:
Patrick J Cherry
2016-10-05 12:46:47 +01:00

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: "ruby:2.1"
before_script:
- apt-get update; apt-get install -y check libev-dev net-tools
unit_test:
script:
- rake clean
- rake flexnbd
- rake flexnbd_proxy
- rake test:run