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
5a682bfc
Commit
5a682bfc
authored
May 26, 2020
by
KOBAYASHI Shuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
parent
6445e468
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
.travis.yml
.travis.yml
+0
-3
appveyor.yml
appveyor.yml
+0
-12
No files found.
.travis.yml
View file @
5a682bfc
...
...
@@ -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_CONFIG=travis_config.rb
...
...
appveyor.yml
View file @
5a682bfc
...
...
@@ -4,11 +4,6 @@ os: Visual Studio 2017
shallow_clone
:
true
cache
:
-
win_flex_bison
environment
:
matrix
:
# Visual Studio 2017 64bit
...
...
@@ -38,14 +33,7 @@ init:
-
ruby --version
install
:
-
if not exist win_flex_bison (
appveyor DownloadFile "https://github.com/lexxmark/winflexbison/releases/download/v.2.5.10/win_flex_bison-2.5.10.zip" &
7z x -y -owin_flex_bison win_flex_bison-2.5.10.zip
)
build_script
:
-
set YACC=.\win_flex_bison\win_bison.exe
-
set MRUBY_CONFIG=appveyor_config.rb
-
rake -m
-
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