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
Sep 12, 2019
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary files from `mruby-sleep`; #4702
parent
13c38020
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
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
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
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