Files
flexnbd-c/.gitlab-ci.yml
Patrick J Cherry 93c0fa2e92 Merged in gitlab-ci.yml and fixed to use Make
The CI should now use Make instead of Rake
2016-10-05 12:47:24 +01:00

11 lines
166 B
YAML

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