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
241afc9b
Commit
241afc9b
authored
Dec 31, 2016
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only do extended syntax platform checks on master branch
parent
dea4a5e0
Pipeline
#111
canceled with stages
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
.gitlab-ci.yml
+10
-0
No files found.
.gitlab-ci.yml
View file @
241afc9b
...
@@ -22,6 +22,8 @@ ruby_2.2:
...
@@ -22,6 +22,8 @@ ruby_2.2:
stage
:
syntax_22
stage
:
syntax_22
tags
:
tags
:
-
ruby
-
ruby
only
:
-
master
script
:
script
:
-
ruby -v
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
...
@@ -31,6 +33,8 @@ ruby_2.3:
...
@@ -31,6 +33,8 @@ ruby_2.3:
stage
:
syntax_23
stage
:
syntax_23
tags
:
tags
:
-
ruby
-
ruby
only
:
-
master
script
:
script
:
-
ruby -v
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
...
@@ -40,6 +44,8 @@ ruby_2.4:
...
@@ -40,6 +44,8 @@ ruby_2.4:
stage
:
syntax_24
stage
:
syntax_24
tags
:
tags
:
-
ruby
-
ruby
only
:
-
master
script
:
script
:
-
ruby -v
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
...
@@ -49,6 +55,8 @@ jruby_1.7:
...
@@ -49,6 +55,8 @@ jruby_1.7:
stage
:
syntax_j17
stage
:
syntax_j17
tags
:
tags
:
-
ruby
-
ruby
only
:
-
master
script
:
script
:
-
ruby -v
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
...
@@ -58,6 +66,8 @@ ruby_9.1:
...
@@ -58,6 +66,8 @@ ruby_9.1:
stage
:
syntax_j91
stage
:
syntax_j91
tags
:
tags
:
-
ruby
-
ruby
only
:
-
master
script
:
script
:
-
ruby -v
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
...
...
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