avoid need for slow-to-install asciidoc in gitlab-ci
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
image: "ruby:2.1"
|
image: "ruby:2.1"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update; apt-get install -y check libev-dev net-tools asciidoc
|
- apt-get update; apt-get install -y check libev-dev net-tools
|
||||||
|
|
||||||
unit_test:
|
unit_test:
|
||||||
script:
|
script:
|
||||||
- rake clean
|
- rake clean
|
||||||
- rake build
|
- rake flexnbd
|
||||||
|
- rake flexnbd_proxy
|
||||||
- rake test:run
|
- rake test:run
|
||||||
|
Reference in New Issue
Block a user