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
9383e9d4
Commit
9383e9d4
authored
5 years ago
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary files from `mruby-sleep`; #4702
parent
13c38020
master
removing-y-tab-c
revert-5391-throw
stable
3.1.0-rc
3.0.0
3.0.0-rc
3.0.0-preview
2.1.2
2.1.2-rc2
2.1.2-rc
2.1.1
2.1.1-rc2
2.1.1-rc
2.1.0
2.1.0-rc
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
39 deletions
+0
-39
mrbgems/mruby-sleep/.gitignore
mrbgems/mruby-sleep/.gitignore
+0
-4
mrbgems/mruby-sleep/.travis.yml
mrbgems/mruby-sleep/.travis.yml
+0
-29
mrbgems/mruby-sleep/.travis_build_config.rb
mrbgems/mruby-sleep/.travis_build_config.rb
+0
-6
No files found.
mrbgems/mruby-sleep/.gitignore
deleted
100644 → 0
View file @
13c38020
/mruby
*.so
*.a
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mrbgems/mruby-sleep/.travis.yml
deleted
100644 → 0
View file @
13c38020
dist
:
trusty
language
:
c
compiler
:
-
gcc
-
clang
env
:
-
MRUBY_VERSION=1.2.0
-
MRUBY_VERSION=master
matrix
:
allow_failures
:
-
env
:
MRUBY_VERSION=master
branches
:
only
:
-
master
addons
:
apt
:
packages
:
-
rake
-
bison
-
git
-
gperf
# - aclocal
# - automake
# - autoconf
# - autotools-dev
script
:
-
rake test
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mrbgems/mruby-sleep/.travis_build_config.rb
deleted
100644 → 0
View file @
13c38020
MRuby
::
Build
.
new
do
|
conf
|
toolchain
:gcc
conf
.
gembox
'default'
conf
.
gem
'../mruby-sleep'
conf
.
enable_test
end
This diff is collapsed.
Click to expand it.
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