Merged in gitlab-ci.yml and fixed to use Make

The CI should now use Make instead of Rake
This commit is contained in:
Patrick J Cherry
2016-10-05 12:47:24 +01:00
parent 8dc491fb89
commit 93c0fa2e92

View File

@@ -5,7 +5,6 @@ before_script:
unit_test: unit_test:
script: script:
- rake clean - make clean
- rake flexnbd - make build
- rake flexnbd_proxy - make test
- rake test:run