Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
b60809f1
Unverified
Commit
b60809f1
authored
May 15, 2020
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove explicit `rake gensym`.
parent
0881e344
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.travis.yml
.travis.yml
+1
-1
appveyor.yml
appveyor.yml
+1
-3
No files found.
.travis.yml
View file @
b60809f1
...
...
@@ -11,4 +11,4 @@ env:
-
MRUBY_TARGET=travis
script
:
-
rake
gensym && rake
-m && rake test
-
rake -m && rake test
appveyor.yml
View file @
b60809f1
...
...
@@ -41,6 +41,4 @@ init:
build_script
:
-
set YACC=.\win_flex_bison\win_bison.exe
-
set MRUBY_TARGET=appveyor
-
rake gensym
-
rake -m -j4
-
rake -E STDOUT.sync=true test
-
rake -E $stdout.sync=true test
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