Skip to content
Snippets Groups Projects
Commit c565d1c2 authored by Gabriel Mazetto's avatar Gabriel Mazetto
Browse files

Fix JRuby environment with required packages

parent d7d1b96a
No related branches found
No related tags found
1 merge request!1GitLab-CI support
Pipeline #
Loading
Loading
@@ -7,7 +7,7 @@ variables:
- vendor/ruby
before_script:
- apt update
- apt install python-pip -y
- apt install python-pip git build-essential -y
- pip install docutils
- bundle install --jobs $(nproc)
script:
Loading
Loading
@@ -29,9 +29,9 @@ jruby-17:
image: jruby:1.7
<<: *specs
variables:
JRUBY_OPTS: "-Xcext.enabled=true--1.9"
JRUBY_OPTS: "-Xcext.enabled=true,--1.9"
allow_failure: true
jruby-9:
image: jruby:9.1
<<: *specs
variables:
JRUBY_OPTS: "-Xcext.enabled=true"
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment