mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Clean up some files and docs
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
- sudo apt-get -qq install rake bison git gperf
|
||||
before_script:
|
||||
- cd ../
|
||||
- git clone https://github.com/mruby/mruby.git
|
||||
- cd mruby
|
||||
- cp -fp ../mruby-method/.travis_build_config.rb build_config.rb
|
||||
script:
|
||||
- ruby minirake all test
|
||||
notifications:
|
||||
email: false
|
||||
@@ -1,6 +0,0 @@
|
||||
MRuby::Build.new do |conf|
|
||||
toolchain :gcc
|
||||
enable_debug
|
||||
conf.gembox 'default'
|
||||
conf.gem '../mruby-method'
|
||||
end
|
||||
@@ -1,8 +1,6 @@
|
||||
mruby-method
|
||||
===
|
||||
|
||||
[](https://travis-ci.org/ksss/mruby-method)
|
||||
|
||||
A implementetion of class **Method** and **UnboundMethod** for mruby
|
||||
|
||||
```ruby
|
||||
@@ -10,22 +8,6 @@ p Enumerable.instance_method(:find_all).source_location
|
||||
#=> ["mruby/mruby/mrblib/enum.rb", 148]
|
||||
```
|
||||
|
||||

|
||||
|
||||
# Installation
|
||||
|
||||
in build_config.rb
|
||||
|
||||
```ruby
|
||||
MRuby::Build.new do |conf|
|
||||
enable_debug
|
||||
|
||||
conf.gem :mgem => "mruby-method"
|
||||
# or
|
||||
conf.gem :github => "ksss/mruby-method"
|
||||
end
|
||||
```
|
||||
|
||||
# Note
|
||||
|
||||
`source_location` method need this configuration in build_config.rb
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user