Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
nanobot4
Commits
dea4a5e0
Commit
dea4a5e0
authored
Dec 31, 2016
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test jruby support
parent
dcdafe12
Pipeline
#110
failed with stages
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
No files found.
.gitlab-ci.yml
View file @
dea4a5e0
...
...
@@ -4,6 +4,8 @@ stages:
-
syntax_22
-
syntax_23
-
syntax_24
-
syntax_j17
-
syntax_j91
-
linting
ruby_2.1
:
...
...
@@ -42,6 +44,24 @@ ruby_2.4:
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
jruby_1.7
:
image
:
jruby:1.7
stage
:
syntax_j17
tags
:
-
ruby
script
:
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
ruby_9.1
:
image
:
jruby:9.1
stage
:
syntax_j91
tags
:
-
ruby
script
:
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
rubocop
:
stage
:
linting
tags
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment