Merged in gitlab-ci.yml and fixed to use Make
The CI should now use Make instead of Rake
This commit is contained in:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user