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
cc587e65
Unverified
Commit
cc587e65
authored
May 26, 2020
by
KOBAYASHI Shuji
Committed by
Yukihiro "Matz" Matsumoto
Oct 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
parent
1122124f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.travis.yml
.travis.yml
+0
-3
appveyor.yml
appveyor.yml
+1
-1
No files found.
.travis.yml
View file @
cc587e65
...
...
@@ -3,9 +3,6 @@ language: c
jobs
:
-
os
:
linux
-
os
:
osx
before_install
:
-
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install bison
-
export PATH="/usr/local/opt/bison/bin:$PATH"
env
:
-
MRUBY_TARGET=travis
...
...
appveyor.yml
View file @
cc587e65
...
...
@@ -38,7 +38,7 @@ init:
-
set PATH=C:\Ruby26-x64\bin;%PATH%
-
ruby --version
build_script
:
-
set YACC=.\win_flex_bison\win_bison.exe
-
set MRUBY_TARGET=appveyor
-
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